This topic is locked

Timeouts and ASP 0113 error from Advanced Search

2/1/2006 12:29:24 PM
ASPRunnerPro General questions
A
ashumak author

Active Server Pages error 'ASP 0113'
Script timed out
/teleleads/Layals_Leads_list.asp
The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools.
Where do I find Server.ScripTimeout to change it? Is this an asprunner produced file, or the host server's file.
Alan

Admin 2/2/2006

Alan,
please try to add this line to the beginning of include\commonfunction.asp file.

Server.ScriptTimeout = 300



where 300 is number of seconds.

Insert this line just before:

vDebug = false

A
ashumak author 2/2/2006

Tried it...Easy enough. Will see if it works. I do know that the host limits the timeout to 90 seconds. Will this overide it or will it still timeout?
Alan