by Ken Task.
Don't run Winders nor FastCGI myself but 'FastCGI process exceeded configured request timeout" is the key. Google is my friend! Found the following searching for the above quote. One of the links:
http://stackoverflow.com/questions/14902554/fastcgi-process-exceeded-configured-activity-timeout
in which stats:
Go to %windir%\system32\inetsrv\fcgiext.ini
and locate the
ActivityTimeout parameter; copy it into the [php] section. Change the
parameter to whatever value you would like, and also make sure that it
is not commented out. Restart IIS and you should be good.
Credit (if it resolves your problem) due to: Dave Lasley who answered a question related to same problem.
'spirit of sharing', Ken