Article ID: 268364 - Last Review: July 15, 2004 - Revision: 3.3 PRB: "Script Time Out" Error in Active Server Pages (ASP)This article was previously published under Q268364 On This PageSYMPTOMS
When you attempt to run an Active Server Pages (ASP) page, you may receive the following error message:
Error Type: Active Server Pages, ASP 0113 (0x80004005) 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. CAUSE
The ScriptTimeout property specifies the maximum amount of time that a script can run before it is terminated. The error is generated when the processing time of the script exceeds the maximum value that has been designated for the ScriptTimeout property.
RESOLUTION
There are three ways to resolve this problem:
MORE INFORMATIONSteps to Reproduce Behavior
REFERENCESFor additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
182036
(http://support.microsoft.com/kb/182036/EN-US/
)
HOWTO: Use MTS to Trap Error 'ASP 0113' Script Timed Out
| Article Translations
|
Back to the top
