
|
email this FAQ to a colleague
Q:
Have anyone ever encounter this error message?
'ASP 0113'
The max amount of time for a script to execute was
exceed, you can change this limit by specifying a
new value for the property server. Script Time out
or by changing the value for Script Time out.
A:
You've put an infinite loop in your code. Probably left out a
recordset.MoveNext or something.
- Lee Crocker
|