Hosting PHP Applications on IIS7
Some invaluable resources if you host PHP in IIS 7 (Windows Server 2008).
I’ve paid particular attention to 64-bit set-ups as that’s what I run.
From: Microsoft’s IIS Blog…
This article describes how to configure the FastCGI module and PHP to host PHP applications on IIS 7:
http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-7/
Running PHP Applications on IIS:
http://learn.iis.net/page.aspx/24/running-php-applications-on-iis/
PHP on Windows and SQL Server Training Kit (February 2011 Update)
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c8498c9b-a85a-4afa-90c0-593d0e4850cb&DisplayLang=en
10 URL-Rewriting tips and trick for IIS7:
http://blogs.iis.net/ruslany/archive/2009/04/08/10-url-rewriting-tips-and-tricks.aspx
PHP Manager for IIS
http://phpmanager.codeplex.com/releases/
…which is also available for install via the Web Platform Installer
SEE ALSO…
RuslanY Blog: IIS, FastCGI, PHP and other interesting stuff