Author: John Mendez | Posted on: 2/16/2010 5:34:36 AM | Views : 1478

There are a few ways to redirect from http to https in asp.net, but I wanted a somewhat simple and efficient method. After researching a bit, I could add some code to global.asax, or make my own custom configuration section in the web.config. Well I chose to do a little variation of a "custom" section in the web.config. ...

Go to the complete details ...