2

I want to implement HTTPS in my ASP.NET application. How do I do it?

2 Answers 2

3

HTTPS need not be implemented within the code itself. As long as the code runs under a server that is implementing the SSL, you will have no problem.

Have a look here: Setting up SSL correctly with IIS and ASP.NET

The only thing is to make sure that any code that calls another page should also be under the SSL site, otherwise users will be given warnings. This especially is overlooked with images.

Sign up to request clarification or add additional context in comments.

Comments

1

You could start looking at How To Set Up an HTTPS Service in IIS

Maybe this question is better answered in http://www.serverfault.com

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.