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

I want to use my website in https.Any info on how to achieve this will be helpful
Posted
Updated 2-Sep-13 4:00am
v2

1 solution

It is indeed fairly easy, however there are a couple of steps you need to follow.
You will need to obtain (or create) a certificate, add secureWebPages to the web.config specify the files to protect with SSL in the secureWebPages part of the web.config.

See:

- [SO Q&A] How to use HTTPS in an ASP.Net Application (See first reply as well as others)[^]
- [CP Article] Switching Between HTTP and HTTPS Automatically: Version 2[^]
- [MSDN Article] Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication[^]

Cheers,
Edo
 
Share this answer
 
v3

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