[thelist] Script Time Out in ASP

Rory.Plaire at wahchang.com Rory.Plaire at wahchang.com
Wed Oct 17 12:57:08 CDT 2001


Hi Michele,


| Can anyone help me out with this 
| error message
| and advise what (and where) I should put in the 
| Server.ScriptTimeOut
| property.  

Let's hope you are on IIS v. 4.0 and not 3.0.

Assuming this, try:

<% Server.ScriptTimeout = 3600 %>

... either in your global.asa or your script, at the top.

<rory alt="8)"/>




More information about the thelist mailing list