CGI Application Timeout

sumchamp

Skilled
I am working on a project which based on php. I installed php 5.3 along with Fast CGI to run on IIS 5.1(winxp). When I tried to run the code, It shows CGI Application Timeout. I tried increasing Timeout duration but no use. :(

Help !! php experts :eek:hyeah:.
 
Nothing runs? or some particular code doesn't run ?

If nothing runs you should check the configuration again, if only some application times out then go to Start => Settings => Control Panel => Administrative Tools => Internet Services Manager and edit master properties and set timeout to 600 seconds..

BTW if i was running some PHP based WebApp then i would have either used XAMPP or WAMP.
 
Back
Top