Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / ASP / Database Access / October 2008



Tip: Looking for answers? Try searching our database.

Active Server Pages error 'ASP 0113'

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Justin Doh - 11 Sep 2008 19:45 GMT
"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. - 11 Sep 2008 20:44 GMT
=?Utf-8?B?SnVzdGluIERvaA==?= wrote on 11 sep 2008 in
microsoft.public.inetserver.asp.db:

> "Active Server Pages error 'ASP 0113'
> Script timed out"
[quoted text clipped - 14 lines]
> .ConnectionTimeout = 4800
> .CommandTimeout = 4800

Please do not multipost on usenet

Signature

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

Ted Dawson - 12 Sep 2008 02:35 GMT
> "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 - 03 Oct 2008 21:54 GMT
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:
> "Active Server Pages error 'ASP 0113'
> Script timed out"
[quoted text clipped - 17 lines]
> Any idea?
> Thanks.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.