Mike's IIS7 modules – what's coming next

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.  Developing for IIS7 has been lots of fun for me because you can finally do a … [Read more…]

IIS FastCGI and PHP: What you absolutely need to know to host PHP applications on IIS 6 and IIS 7

*************************UPDATE: NOV 12, 2007: FastCGI RTM for IIS 6.0 / Windows Server 2003 is released on download center.************************* Everybody knows that IIS FastCGI is a great way to run PHP applications on IIS. So, if you are looking to give FastCGI a try, where should you start? The good news is that we’ve been making … [Read more…]

Fastest way to create IIS7 websites, applications, and application pools

IIS7 provides quite a few ways to create websites, applications, and application pools.  The simplest way of course is to use the new GUI Administration tool, where your new website is always a few mouse-clicks away. But, what if you need to create 10, 100, or even 10,000 websites?  Unless you own a farm of … [Read more…]