i use set_time_limit() in my php code on an IIS5 machine. but i notice that IIS5 treats all my PHP files as CGI scripts and therefore they are subject to the default 300 seconds CGI timeout on IIS5 (even if i set my set_time_limit to 10 minutes).
is there anyway to override the IIS5 CGI timeout other than to use the MMC? i don\\'t have much control over the web server...can i do it from PHP?