Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I had developed web application in asp.net and i want to host my application as "https://". Help me...

Thanks in advance...!
Posted
Comments
Nelek 18-Nov-13 9:22am    
Nicholas Marty 18-Nov-13 10:10am    
And you might add some more details. Like on what server you want to use it (Apache, IIS) and which version of that browser (as IIS6 and IIS7+ differ quite a bit).

Hi Sathish,

To use https, you need to purchase SSL and also static IP. Then, you can configure it via IIS.
 
Share this answer
 
You just need to get an SSL Certificate and then configure IIS to use it. There are many samples online. If this is public facing you'll want to buy one or if it is internal only you can use Windows Server to generate a private one for you.
 
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