tags:

views:

256

answers:

4

Please help me!

+2  A: 

Have you tried doing a Google search?

musicfreak
A: 

I don't know if it's possible to run the PHP ISAPI module within IIS 7 but you really should opt for a Fast CGI based solution as this is the Microsoft certified and supported way to run PHP on Windows (especially IIS 7).

Please see the following pages on learn.iis.net the official Microsoft IIS resource site.

Stefan Gehrig
A: 

You can also use Microsoft's new Web Platform Installer, as it will automatically install PHP, and configure it to run on your IIS server (as well as other apps such as Wordpress, etc). That's been the simplest solution I've seen to date.

program247365