Archive for February, 2010
Asp .NET Redirect To SSL HttpModule
Thursday, February 18th, 2010
There are tones of blog post out there on how to redirect http to https. As in when a user request for http://myserver.com/Login.aspx they will be redirected to https://myserver.com/Login.aspx One can do it with IIS but I find that way a bit ugly since you have create another site and set the 403 to redirect [...]
