I am redirected to login page when using the postbackurl attribute of linkbutton control while attempting to access secure page in folder with authorisation deny="*"
If I use Server.Transfer("~\folder\page.aspx2) in code behind I am able to gain access without having to login using credentials?