Aug 13, 2007
This weekend, I was working on an MSDN magazine article and happened to install the Wordpress PHP blog app on IIS7. Of course, I used the latest FastCGI bits available in the box in in Windows Server 2008 Beta 3, and the latest Windows-optimized PHP 5...
1 comments
Filed under: IIS7, PHP, FastCGI, IIS News Item, Goodies
Aug 04, 2007
IIS7 configuration extensibility allows you to create custom configuration sections that can be used side by side the IIS configuration sections. However, setting this up requires a few steps that may be difficult to accomplish, especially in a automated...
0 comments
Filed under: IIS7, IIS News Item, Goodies, Tools, Configuration
May 24, 2007
In a web application, it’s often necessary to redirect clients requesting one url to another url. A while ago, I wrote a module to do basic http redirection for an ASP.NET application. The HttpRedirection module allows you to configure regular expression...
1 comments
Filed under: IIS7, ASP.NET, development, IIS News Item, Goodies