473,405 Members | 2,300 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Script Timeout

Hi
When im opening my asp pages im getting this error

Script timed out <file>.asp, line <line> The maximum amount of time for a script to execute was exceeded [ASP 0113]
Dec 19 '07 #1
2 1708
Nicodemas
164 Expert 100+
This error indicates that the script(s) you are running on that page are taking so long to execute that they are exceeding the maximum time IIS will let a script run.

You should probably consider revising your code and making edits in order to improve efficiency, but you can also increase the Timeout value with this code:

session.scripttimeout = #

Where # is a number that represents minutes.
Dec 19 '07 #2
jhardman
3,406 Expert 2GB
It usually seems to me that script time-outs are caused by infinite loops. There are a few exceptions, like while looping through a really big database, but usually that's not the problem. Once I had a big error that made a loop fail to advance, and so it became an infinite loop. This is the type of problem I see all the time.

Jared
Dec 21 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Google Mike | last post by:
I have a need for a web app to collect some data and then spawn a separate process (thread) to handle the request asynchronously, disconnecting the user immediately and sending them an...
1
by: Paul White | last post by:
Using WinXP Pro / IIS. I want to change the ASP script timeout value in IIS. I go into MMC and then add the IIS snap-in, I navigate to my ASP applications directory, then right-click and go...
8
by: Mathieu Blais | last post by:
Hi, I need to capture the Script timeout error if that is possible. I know I can increase the timeout value in the server settings or in the scripts itself but I really want to make sure that no...
7
by: Surajit Laha | last post by:
Hi, I am suffering from a strange problem! I was porting my ASP pages from one server to the other (both Win 2000 Ad. Server). While I ported the reports it is not running at all at the new...
0
by: SPD | last post by:
I've been researching this issue with little luck. Here's the situation: We have a few users on slow dialup connections who are posting data from forms. Frequently, they get script timeout...
13
by: Patrick | last post by:
I understand that with IIS5.1 on Windows XP Professional SP1, I can 1) Either set under IIS Manager-> Any specific Virtual Directory-> Configuration->Options->ASP Script timeout for all pages...
5
by: Rajani | last post by:
Hello, First of all sorry for the long code. But i want to explain clearly what i am doing. For i = 0 To UBound(arrResSizes) - 1 For j = 0 To UBound(arrqty) - 1 For k = 1 To totopr Step 8...
5
by: devi | last post by:
hi, I am creating a simple bug tracker application (in Access db) and i created a hisotry table to log the bug history. The history table contains details like ProblemRecordNo (PRN),...
1
by: george | last post by:
Hi all, here's my index.asp file. I don't know where has gone wrong. can't run properly, just showing error ASP 0113 Script timeout <!--#include file="head.asp"--> <!-- begin...
8
by: michal | last post by:
hi guys, i was wondering how you deal with script timeouts caused by huge file uploads. Lets say I have a script timeout of 2 minutes and the user uploads a file which takes more than this ......
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.