Installing PHP under IIS using FastCGI 
The recommended method to use PHP on an IIS server under Windows is using FastCGI. This method allows you to reuse resources similar to an ISAPI module but does not have the instabilities introduced through a multi-threaded PHP installation.

Microsoft has posted instructions on how to install PHP under FastCGI on their IIS.net website. You can see those instructions here:

http://www.iis.net/fastcgi/phpon60
User Contributed Notes: Installing PHP under IIS using FastCGI Add a Comment