I have the followin scenario:
I have Default.aspx which is the start page for my site , login.aspx which redirects successful logins to my 3rd page main.aspx
I am using a loginstatus control in Default.aspx page
The problem is whenever I click on the login from my Default.aspx it redirects me to login.aspx BUT with QueryString of the path of Default.aspx being passed to login.aspx causing any successful login to be redirected to Default.aspx , although its supposed to go to main.aspx …
However everything is set correctly..
please Anyone can help here ??