Trying to install PHP 5.2 on IIS/Win 2008 - Error 500

Posted by Razor on Server Fault See other posts from Server Fault or by Razor
Published on 2010-04-24T12:50:55Z Indexed on 2010/04/24 12:53 UTC
Read the original article Hit count: 222

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.

The domain was created with dot net panel, but I don't think that has to do with this problem, unless maybe it uses a specific user? Maybe I need to add php thruough dot net panel?

Any idea of what I'm doing wrong here?

© Server Fault or respective owner

Related posts about iis7.5

Related posts about php