Category: IIS7

URL Rewrite for IIS7 http to https redirection

This is a great addition.  Finally we have an easy way to redirect users.  I'm using this to rewrite all http connections as https. You can use the web installed for URL Rewrite here. After you have the extension loaded you can make rules 2 ways.  Ei… more »

FastCGI timeout value change

By default IIS7 doesn't have a icon to control FastCGI, but you can modify the values in the command line.  I'm using php as the example as that is the most common use for FastCGI. appcmd set config -section:system.webServer/fastCgi /[fullPath='C:\php\… more »

ssl redirects in IIS7 using 403.4 error pages with response 302

IIS7 adds the ability to use a 302 redirect response as a "Customer Error Page" instead of actually making a file with a html refresh or asp response.redirect. This is much easier to manage when you are doing redirects on several websites.1. Select… more »
1 2 »