IIS 7 with PHP 5.2 - Error 500

Posted by Razor on Stack Overflow See other posts from Stack Overflow or by Razor
Published on 2010-04-15T19:58:57Z Indexed on 2010/04/15 20:03 UTC
Read the original article Hit count: 212

Filed under:
|

I have a fresh install of IIS 7 - I just added Web Platform Installer, and PHP 5.2 thru that.
However, when trying to access to a simple test.php file (just has phpinfo() in it), I get the following list of errors:

• IIS was not able to access the web.config file for the Web site or application.
  This can occur if the NTFS permissions are set incorrectly.
• IIS was not able to process configuration for the Web site or application.
• The authenticated user does not have permission to use this DLL.
• The request is mapped to a managed handler but the .NET Extensibility Feature
  is not installed.

Any idea of what I'm doing wrong here?

© Stack Overflow or respective owner

Related posts about iis7

Related posts about php5