I am running Windows 2008 R2, IIS 7 I am running into an issue where no matter what I set the script time out to be the server is Giving me a 500 error after like 60 seconds when the process exceeds the configured activity timeout. Here is the example script <? set_time_limit(120); sleep(100); Echo "PASSED THE TIME OUT"; ?> I fully understand this may not be a PHP error but if anyone has ran into this issue with a windows server and can explain in detail how I can adjust the timeout, I would be very grateful. Everything I have read online points to a fcgiext.ini file that does not exist on my server. Anyone know how to help ?