This topic is locked

Server Timeout with ASPRunner 4.1

11/4/2006 11:56:00 AM
ASPRunnerPro General questions
B
bburden author

I get the below message when tring to use ASPRunner 4.1:
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.

/ASPRunnerPro/8D_Report_list.asp
Browser Type:

Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts)
Page:

GET /ASPRunnerPro/8D_Report_list.asp
Time:

Saturday, November 04, 2006, 10:48:07 AM
I got this from an earlier post. But it does not work for me. Server.ScriptTimeout = 300
Am I suppose to put it with %> <% around it and place it in the first line of the list page?
Thanks and help please.

Sergey Kornilov admin 11/4/2006

Put this as a first line in your list file:

<% Server.ScriptTimeout = 300 %>