Implement HTTPS On MVC Web Application

11,445
  1. The first article describes how to install a new rapidSSL certificate
  2. The second describes how to install a self-signed certificate (not signed with any trusted certificate authority, mainly used for testing purposes) - you want to do this
  3. The last article describes what to do if you want to restrict your mvc website only to https (http requests will ben not possible then). Steps 1 or 2 must be completed before you start to work on this. It depends on your requirements if you need to restrict your site only to https.
Share:
11,445
Ron
Author by

Ron

“An ounce of prevention is worth a pound of cure.” B.F You can reach me here [email protected]

Updated on June 10, 2022

Comments