Author |
Topic |
|
sandy
New Member
55 Posts |
Posted - 25 June 2001 : 09:17:51
|
This morning I received this error message when trying to access my forum:
Active Server Pages error 'ASP 0113'
Script timed out
/forum/forumz/FORUM.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.
I've never encountered this before and wonder what it means. Thanks!
|
|
RaiderUK
Average Member
United Kingdom
577 Posts |
Posted - 25 June 2001 : 11:38:16
|
the server has a time set for pages to execute before it terminates them, this means you page did not compleate its task before this specified time so the server ended it. If you want to make the longer you can set it with the IIS settings or with server.timeout = 'Value in seconds'
|
|
|
sandy
New Member
55 Posts |
Posted - 25 June 2001 : 14:09:38
|
Thanks! I really don't know anything about what you're talking about, though. However, if you can tell me which forum file to change, where in the file I should make the changes, and exactly what script I should change, and how to change it, I'll give it a try. I know I'm asking a lot, but I wouldn't have any idea how to do it without step by step instructions.
|
|
|
MorningZ
Junior Member
USA
169 Posts |
Posted - 25 June 2001 : 15:07:33
|
quote:
However, if you can tell me which forum file to change, where in the file I should make the changes
i'll take a wild stab at this, but you would change "/forum/forumz/FORUM.asp"
simply add <% Server.Timeout = "60" %>
at the top of the page
if that doesnt fix it, you have more serious issues than this ( server issues, not code )
Edited by - MorningZ on 25 June 2001 15:07:55 |
|
|
|
Topic |
|