Aruba!

If you havent heard from me in a while, its because I’ve been busy getting married and enjoying the honeymoon in the Caribbean! I’ll be returning next week and will be picking up the pace posting some new content and goodies for IIS7 (which, by the way, we just got down to 0 bugs for … [Read more…]

At last, Visual Studio patch for F5 debugging on Windows Vista has been released

A Visual Studio patch that fixes the Visual Studio F5 debugging of IIS7 applications on Windows Vista Home Premium and above has been released!  This patch solves the “An authentication error occurred while communicating with the web server.  Please see Help for assistance.”, and “Debugging failed because integrated Windows authentication is not enabled.  Please see … [Read more…]

The latest on the FastCGI project and PHP support on IIS

Ever since the original release of FastCGI Tech Preview 1, and the Microsoft/Zend collaboration announcement to bring production-quality PHP to IIS, the FastCGI project has been steadily gaining momentum in the community.   With the release of Longhorn Server Beta 3, a number of hosters are beginning to offer FastCGI-powered PHP support on top of their … [Read more…]

Redirect requests to your application with the HttpRedirection module

Download: HttpRedirection_v1_source.zip The HttpRedirection module allows you to configure regular expression-based rules that redirect clients from url A to url B using http redirection. When clients make a request to your server, and the url matches one of the redirection rules you have configured, the server will respond with a redirection response, telling the client to … [Read more…]