the error message:
FastCGI Error
The FastCGI Handler was unable to process the request.
Error Details:
* The FastCGI process exceeded configured activity timeout
* Error Number: 258 (0x80070102).
* Error Description: The wait operation timed out.
HTTP Error 500 - Server Error.
Internet Information Services (IIS)
[php.ini]
max_execution_time=9000
[fcgiext.ini]
RequestTimeout=600
[web.config]
<add name="PHP Handler" path="*.php" verb="GET,HEAD,POST" modules="FastCgiModule" scriptProcessor="d:\inetpub\php\php-cgi.exe" resourceType="Either" requireAccess="Script" responseBufferLimit="0" />
</handlers>
please help.