Knowledgebase
Portal Home > Knowledgebase > Windows Hosting > ASP programing > How to increase ASP timeout?
How to increase ASP timeout?
| #You can increase timeout time from the ASP script itself by using Server.ScriptTimeOut property in the asp coding:
Server.ScriptTimeout = NumSeconds
For example, if you want 100 seconds: <% Server.ScriptTimeout = 100 %>
|
Add to Favourites
Print this Article
|
Powered by WHMCompleteSolution