Click here to Skip to main content
15,897,518 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to implement HTTPS in asp.net web application?

using ASP.NET & C#
Posted
Comments
Sergey Alexandrovich Kryukov 3-May-15 11:46am    
What do you mean? HTTPS is already implemented.
—SA
F-ES Sitecore 3-May-15 14:05pm    
HTTPS works at the transport level, you just need to configure IIS to use a certificate, you don't need to do anything in your code beyond maybe see if it is using https and redirect from http to https or vice versa if needed. Google for configuring iis to use https and you'll get some walkthroughs.

1 solution

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