Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am working on making the site page SSL enabled and have got the ssl cert installed on the iis. I want to make only one page i.e. login.aspx as https and rest of the pages will be http. when i login to the application it shoud redirect to the landing page with http and when i log out it should go back to the login.aspx with https. How can I configuring the iis so that i can do this?
Posted
Updated 19-Apr-12 21:11pm
v2

Try this :

Switching Between HTTP and HTTPS Automatically[^]

hope it helps :)
 
Share this answer
 
I manually made the setting that when user is authenticated and redirected from login page to landing page of application then it uses HTTP and when user logs out and redirected to login page it uses HTTPS.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900