How to change the ASP ScriptTimeout value in IIS 6.0
ASP’s ScriptTimeout property sets the length of time in seconds that ASP pages will allow for a script to execute. The default value of this property in IIS is 90 seconds.
To change the default timeout value proceed with the following steps:
1. In IIS Manager - right-click the relevant web site , and select Properties.
2. Select the Home Directory tab and click Configuration.
3. Select App Options.
4. In ASP Script Timeout, enter a value in seconds.
Confgiure the new timeout period according to your application’s behaviour.
asp script default timeout home directory tab IIS timeout valueasp script default timeout home directory tab IIS timeout value


Leave a Reply