Hi folks.
I have a website where if a user requests a protected portion of my site, they are brought to a secure connection
login page. I would then use FormsAuthentication.RedirectFromLoginPage so that it brings them back to the request page after they login.
Well, the problem Im having is, when the RedirectFromLoginPage brings them back to their requested page, it is still in a secure connection mode(SSL). My question is, how do I forward them back to their requested page without the SSL? Thanks in advance.
I have a website where if a user requests a protected portion of my site, they are brought to a secure connection
login page. I would then use FormsAuthentication.RedirectFromLoginPage so that it brings them back to the request page after they login.
Well, the problem Im having is, when the RedirectFromLoginPage brings them back to their requested page, it is still in a secure connection mode(SSL). My question is, how do I forward them back to their requested page without the SSL? Thanks in advance.