Archives for: August 2008

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 »

ssh/sftp for Windows 2008 Server using CopSSH

Somehow Microsoft missed the boat again. SSH/SFTP is still not included in Windows Server 2008. Only FTP is included with the same functionality that existed in 2003.CopSSH allows us to add this much needed functionality to a Windows server, or wor… more »

Server Side Includes for HTML in IIS7

By default in .html and .htm files #include virtual does not work in IIS7. I was unable to find the answer quickly on google so I figured I should document it here.Enable Server Side Includes for IIS7Control Panel > Programs and Features > Turn… more »