I installed Fast CGI and now I'm getting this error whenever I go to a php page:
FastCGI Error
The FastCGI Handler was unable to process the request.
Error Details:
* Error Number: 5 (0x80070005).
* Error Description: Access is denied.
HTTP Error 500 - Server Error.
Internet Information Services (IIS)
Here's my fcgiext.ini
[Types]
php=PHP
[PHP]
ExePath=C:\PHP\php-cgi.exe
I have also added the following line to my php.ini (per another post I found here):
fastcgi.impersonate = 1
Each time I made any change to fcgiext.ini or php.ini I restarted IIS. Nothing I have done has worked to get this running.
Any help would be greatly appreciated.
Access Denied was fixed, please see No process is on the other end of the pipe error below.