Mar 16, 2008
Last week, the IIS team released bit-rate throttling module to the web. As the self-proclaimed daddy of the project (I designed and wrote the initial prototype in early 2007), I am very thrittled to see it out. The new IIS media team folks have done a...
1 comments
Filed under: IIS7, modules, Goodies
Jan 23, 2008
Due to demand for the original PortCheck tool , I decided to release the updated version that I myself have been using that has a few more features to help diagnose connectivity issues. Download the tool, source code, and find out more about diagnosing...
1 comments
Filed under: IIS, troubleshooting, Goodies, Tools
Oct 28, 2007
During IIS7 development, I've written quite a few modules for IIS7 / ASP.NET. Some of these were for various demos, others were to help out various internal and external customers, and others just because they were fun to write. Now, I am thinking about...
1 comments
Filed under: IIS7, development, Goodies
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
Jan 21, 2007
Do you hate bland directory listing pages that most web servers have these days? Many of us do on the IIS team, and so over the past several years we've built a few directory listing modules to spice up IIS directory listings. I figured I should put an...
1 comments
Filed under: IIS7, ASP.NET, modules, development, Goodies