I get the following FastCGI Error:
The FastCGI Handler was unable to process the request.
Error Details:
* The FastCGI process exited unexpectedly
* Error Number: -2147467259 (0x80004005).
* Error Description: Unspecified error
I check it out with Filemon and it looks like php-cgi.exe is getting a ton of Not Found errors while looking for
php5.dll in the wrong location. For some reason it is looking in c:\Windows\php5.dll and c:\windows\system32\php5.dll. Any ideas on how to fix that?
EDIT: It looks like not only was php5.dll being looked for in the wrong place it had the wrong permissions also. I added c:\php to the path and changed the permission on php5.dll and now it works