From http:// to https://

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi EB
I have a login page that is secured with SSL and other non secure pages in
my ASP.NET Application. I want to transfer my users to https when they click
on login and move to normal http when they have logged in, how to make this
transfer. As Server.Transefer or response.redirect takes http by default. I
can do this by giving the complete URL as argument, but is there any other
standard method to transefer pages from normal to SSL page and vice versa.

Thanks.
 
Back
Top