PHP 5.2 ile IIS 7 - Hata 500

1 Cevap php

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 through dot net panel?

Ben burada yanlış ne yapıyorum herhangi bir fikir?

1 Cevap

PHP 5.3 ile aynı problem vardı.

Web Platform Installer kullanarak sitemde PHP53_via_FastCGI adında bir Handler Mapping vardı ve "%programfiles%\iis express\PHP\v5.3\php-cgi.exe" işaretleme

Sorun "iis express" klasörünü "Program Files (x86)" klasörü ve "%programfiles%" işaret "Programs" olmasıdır klasör.

Sadece Handler Mapping doğru "php-cgi.exe" yolunu arayın ve everythings çalışması gerekir gerekir.