
This article is for IIS 6 for the IIS 7 please refer to this article. If you configure IIS to only allow https connections, a user will get a 403.4 error when attempting to access the page via http. To fix this problem we create a custom 403.4 page that redirects http requests to https. [...]
Tags: http redirect, https, https redirect, IIS, redirect http to https
Filed Under: IIS 6.0
Comments: 2 Comments

This article is for IIS 7 for IIS 6 configuration please refer to this article. If you configure IIS to only allow https connections, a user will get a 403.4 error when attempting to access the page via http. To fix this problem we create a custom 403.4 page that redirects http requests to https. [...]
Filed Under: IIS 7.0
Comments: 35 Comments

It’s possible to Force SSL on web pages using ASP. In this article I will show you how to accomplish this. To do this you need to do 2 things. Create a ForceSSL.asp page Set the file as an include on any pages that require SSL ForceSSL.asp Within your website create a file called ForceSSL.asp. [...]
Filed Under: IIS 6.0, IIS 7.0, Windows 2003, Windows 2008
Comments: 1 Comment

In a previous article I covered the installation URL Rewrite 2.0 for IIS 7. This is a plug-in for IIS 7 that allows you to manipulate URL’s. URL Rewrite has a GUI to allow you to enter rules within IIS 7; in the background all this does is edit the web.config file of the site. [...]
Filed Under: IIS 7.0, URL Rewrite
Comments: 6 Comments