Ken
Sat Aug 23 00:54:49 CDT 2003
How do you know that the script ran for 10 seconds? (part of the time might
be IIS starting up for example). Also, check here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iisref/htm/ref_vbom_seropsct.asp?frame=true
(if part of the time is used by a server component, eg ADO object, then that
doesn't count towards the timeout value)
Cheers
Ken
"Nyat" <nfchin@hongleong.com.my> wrote in message
news:00c701c36937$ed8a56d0$a001280a@phx.gbl...
: Hi, I set ASP TimeOut in IIS Manager Properties to 2
: seconds and used Server.ScriptTimeOut to check that it is
: in fact =2, but the script that "ran" for about 10
: seconds. Why is that so? Are there any other settings that
: controls this or there is a minimum script runtime?