Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Active Server Pages error 'ASP 0113'

4 views
Skip to first unread message

Justin Doh

unread,
Sep 11, 2008, 2:45:01 PM9/11/08
to
"Active Server Pages error 'ASP 0113'
Script timed out"

I am still getting this error, and I am not sure how I could fix this.

When I execute the query at SQL 2005, it only takes 8 seconds.
The stored procedure for this report has been already went through Database
Engine Tuning Advisor to put all the necessary indexes on the associated
tables.

It happens when I run this report on other new web server.

I already put this on the ASP web page for this report.

<% server.ScriptTimeout = 4000 %>

.ConnectionTimeout = 4800
.CommandTimeout = 4800

Any idea?
Thanks.

Evertjan.

unread,
Sep 11, 2008, 3:44:12 PM9/11/08
to
=?Utf-8?B?SnVzdGluIERvaA==?= wrote on 11 sep 2008 in
microsoft.public.inetserver.asp.db:

Please do not multipost on usenet


--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Ted Dawson

unread,
Sep 11, 2008, 9:35:40 PM9/11/08
to
> "Active Server Pages error 'ASP 0113'
> Script timed out"
>
> I am still getting this error, and I am not sure how I could fix this.
>
> When I execute the query at SQL 2005, it only takes 8 seconds.

Obviously IUSR is connecting to the database, but the script times out? IUSR
may not have adequate permission to run the query.

KEN

unread,
Oct 3, 2008, 4:54:50 PM10/3/08
to
It's probably not in the connection to SQL or the query but some loop
in the code that is running so long that it's timing out.

Check the loops ie where your moving through the record set.


On Sep 11, 12:45 pm, Justin Doh <Justin...@discussions.microsoft.com>
wrote:

0 new messages