What are the steps to troubleshoot this error?
I have installed PHP and FastCGI both from the IIS.NET installer.
See the tests I have run below the error description .. which is:
FastCGI Error
The FastCGI Handler was unable to process the request.
--------------------------------------------------------------------------------
Error Details:
•The FastCGI executable could not be found
•Error Number: 3 (0x80070003).
•Error Description: The system cannot find the path specified.
HTTP Error 500 - Server Error.
Internet Information Services (IIS)
--------------------------------------------------------------------------------
Test 1:
cscript.exe C:\inetpub\AdminScripts\adsutil.vbs GET w3svc/DefaultDoc
Output of Test 1:
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
DefaultDoc : (STRING) "Default.htm,Default.asp,index.htm,index.html,index.php"
Test 2:
cscript.exe C:\inetpub\AdminScripts\adsutil.vbs GET w3svc/ScriptMaps | findstr php
Output of Test 2: (there was no output .. as in the following ..)
-----------
C:\TEMP>cscript.exe C:\inetpub\AdminScripts\adsutil.vbs GET w3svc/ScriptMaps | f
indstr php
C:\TEMP>
----------
Test 3:
"C:\Program Files\PHP\php-cgi.exe" E:\Sites\guildinfo\phpinfo.php > step3.htm
Output of Test 3:
http://www.guildinfo.net/step3.htm
But I am still unable to run .php files, as in :
http://www.guildinfo.net/phpinfo.php