FastCGI process exceeded configured activity timeout

Usually it should be here C:\WINDOWS\system32\inetsrv\fcgiext.ini
But note, that apparently there is a built in operation timeout in fcgiext, and seems it is not able to configure it not fail after 5 minutes. I suggest that you form a separate web application that does not use fcgi, but common php. It processes the timeouts in a correct manner.
 
Back
Top