Mvolo.com moves again

Ever since I started blogging about IIS 7.0, I had the plan to do it on a server that was running the actual technology I was blogging about … I deviated a little from the plan when I first stated out, making the first few posts using GoDaddy’s QuickBlog. Shortly afterwards, I moved to a self-hosted IIS … [Read more…]

Creating portable ASP.NET applications that work on IIS 6.0, IIS 7.0 Classic, and IIS 7.0 Integrated modes

ASP.NET applications in IIS 7.0 Integrated mode requires configuration changes if they define custom modules or handlers. The primary changes involve moving the module and handler configuration from the ASP.NET’s <httpModules> and <httpHandlers> sections to the IIS 7.0 <modules> and <handlers> sections used by the Integrated pipeline.   However, <modules> and <handlers> are not recognized … [Read more…]

IIS 7.0 Bit-rate throttling module

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 thrilled to see it out. The new IIS media team folks have done a great job getting it production ready and rounding out the feature-set, … [Read more…]

IIS 7.0 ships: a trip down memory lane

After 5 years in development, IIS 7.0 is finished! Personally, it is hard to believe that it is over. I remember joining the IIS 7.0 team over 4 years ago, when the project was in its infancy, to drive the design of the web server engine. I remember getting in the room with all of … [Read more…]