|
 |
access_asp thread: script.timeout problem
Message #1 by "Shabbir Moiyed" <shabbirj82@h...> on Fri, 31 Jan 2003 11:53:33
|
|
Well i am getting the following error ...
please tell me the possible ways of cracking this problem
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.
/bidding/registration1.asp
i really cant understand to why the above error had incurred
please help
Shabbir
Message #2 by "Francisco Gonzalez" <fgonzalez@s...> on Fri, 31 Jan 2003 18:01:31 -0400
|
|
Well as the same error message says, the script took too long to finish its
execution.
You could increase your script timeout with
Server.ScriptTimeout = <time>
If I'm not wrong, the time is in seconds. Try increasing that value in the
page you're getting that error.
Hope it helps.
Francisco
----- Original Message -----
From: "Shabbir Moiyed" <shabbirj82@h...>
To: "Access ASP" <access_asp@p...>
Sent: Friday, January 31, 2003 11:53 AM
Subject: [access_asp] script.timeout problem
> Well i am getting the following error ...
>
> please tell me the possible ways of cracking this problem
>
> 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.
> /bidding/registration1.asp
>
>
>
> i really cant understand to why the above error had incurred
>
> please help
>
> Shabbir
|
|
 |