This topic is locked

Time Out Error

6/27/2005 5:15:36 AM
ASPRunnerPro General questions
C
chris124 author

When I was testing my Add feature, I received the following error message

Active Server Pages error 'ASP 0113'

Script timed out
/Property_Selections_add.asp
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.


How do I increase this time limit?

Sergey Kornilov admin 6/27/2005

Hi,
please read Session Expired message article.
What database do you use?

C
chris124 author 6/29/2005

Thanks for the article, I use an Access Database.
I posted this question to my ISP (just in case they had a solution) and one of their ASP experts said I should add the following line of code at the top of my ASP web page.

<% Server.ScriptTimeout = 120 %> 


What do you think?

Sergey Kornilov admin 6/29/2005

Yes, this can help also.