I am using a Self signed certificate for HTTPS. I have it ready. Could someone please tell me what should be changed in IIS and also what should be changed in the code for https to come into affect. I need https for some pages(not all).
Thanks in advance!!
You have to go to the site and change the properties so it is on port 443. In IIS 7, you do this where you add host headers to the site. It’s been a while since I’ve used IIS 6 so I can’t tell you off the top of my head. Once that is done, try visiting the site and change http to https.
If it doesn’t show the page, make sure port 443 is open on the machine firewall (it should be by default). If your code is not auto forcing https, you can use IIS redirection rules to auto force https on the pages that need it.