473,406 Members | 2,707 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,406 software developers and data experts.

asp classic app moved to IIS 6 slow/failing

Hi All,

I have several classic asp pages in site that were originally programmed
with Visual Interdev (or Visual Web Developer Alpha... remember that?). The
pages use the Script Library objects for Recordset and Data Grid
functionality. The database is an Access mdb file that we connect to.

The app was recently moved from a Windows 2000, IIS 5 server to a Windows
2003 IIS 6 server. The permissions, database connections info etc was
duplicated on the new server. The application works... However, the database
access/grid page will occasionally work, but most often now takes so long to
process that we receive a timeout in the app. We have not changed the
programming, and on some occasions the page will execute quickly. It seems
that the first accesses of the page can be quick, but subsequent requests
can slow down so much we get the timeout, and this plain english (default
error I think):

"An error occurred on the server when processing the URL. Please contact the
system administrator."

In the IIS log file for the site, it includes the following error for the
post request:

POST /search_dir/Default.asp |-|ASP_0113|Script_timed_out 80

Does anyone have any ideas on what could be choking the asp/MS Access
application.

K Waldron
Sep 23 '06 #1
3 8068
I had a similar experience with one of my websites.

Unfortunately, I never was able to resolve it and had to have the site moved back onto a server with IIS 5, where it worked again.

IIS6 has a setting somewhere which affects the volume of Access database usage.

<wa***@htl.netwrote in message news:uh**************@TK2MSFTNGP06.phx.gbl...
Hi All,

I have several classic asp pages in site that were originally programmed with Visual Interdev (or Visual Web Developer Alpha...
remember that?). The pages use the Script Library objects for Recordset and Data Grid functionality. The database is an Access mdb
file that we connect to.

The app was recently moved from a Windows 2000, IIS 5 server to a Windows 2003 IIS 6 server. The permissions, database connections
info etc was duplicated on the new server. The application works... However, the database access/grid page will occasionally work,
but most often now takes so long to process that we receive a timeout in the app. We have not changed the programming, and on some
occasions the page will execute quickly. It seems that the first accesses of the page can be quick, but subsequent requests can
slow down so much we get the timeout, and this plain english (default error I think):

"An error occurred on the server when processing the URL. Please contact the system administrator."

In the IIS log file for the site, it includes the following error for the post request:

POST /search_dir/Default.asp |-|ASP_0113|Script_timed_out 80

Does anyone have any ideas on what could be choking the asp/MS Access application.

K Waldron

Sep 24 '06 #2
I had a similar problem with one of my customers websites. Worked fine for years until the webhost upgraded to IIS6, then it
consistently failed on busy days.

Apparently IIS6 has a usage limitation on Access databases which can cripple the websites.

My only solution was to have the website moved back onto a server with IIS5 where it worked fine again.
<wa***@htl.netwrote in message news:uh**************@TK2MSFTNGP06.phx.gbl...
Hi All,

I have several classic asp pages in site that were originally programmed with Visual Interdev (or Visual Web Developer Alpha...
remember that?). The pages use the Script Library objects for Recordset and Data Grid functionality. The database is an Access mdb
file that we connect to.

The app was recently moved from a Windows 2000, IIS 5 server to a Windows 2003 IIS 6 server. The permissions, database connections
info etc was duplicated on the new server. The application works... However, the database access/grid page will occasionally work,
but most often now takes so long to process that we receive a timeout in the app. We have not changed the programming, and on some
occasions the page will execute quickly. It seems that the first accesses of the page can be quick, but subsequent requests can
slow down so much we get the timeout, and this plain english (default error I think):

"An error occurred on the server when processing the URL. Please contact the system administrator."

In the IIS log file for the site, it includes the following error for the post request:

POST /search_dir/Default.asp |-|ASP_0113|Script_timed_out 80

Does anyone have any ideas on what could be choking the asp/MS Access application.

K Waldron

Sep 24 '06 #3
I also have this problem, any one have a solution that works, my server is
2003 server SP1 with the latest fixes.

Thank you

<wa***@htl.netwrote in message
news:uh**************@TK2MSFTNGP06.phx.gbl...
Hi All,

I have several classic asp pages in site that were originally programmed
with Visual Interdev (or Visual Web Developer Alpha... remember that?).
The pages use the Script Library objects for Recordset and Data Grid
functionality. The database is an Access mdb file that we connect to.

The app was recently moved from a Windows 2000, IIS 5 server to a Windows
2003 IIS 6 server. The permissions, database connections info etc was
duplicated on the new server. The application works... However, the
database access/grid page will occasionally work, but most often now takes
so long to process that we receive a timeout in the app. We have not
changed the programming, and on some occasions the page will execute
quickly. It seems that the first accesses of the page can be quick, but
subsequent requests can slow down so much we get the timeout, and this
plain english (default error I think):

"An error occurred on the server when processing the URL. Please contact
the system administrator."

In the IIS log file for the site, it includes the following error for the
post request:

POST /search_dir/Default.asp |-|ASP_0113|Script_timed_out 80

Does anyone have any ideas on what could be choking the asp/MS Access
application.

K Waldron

Sep 24 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Neil | last post by:
I've been discussing here a SQL 7 view which scrolls slowly when linked to an Access 2000 MDB. After trying various things, I've distilled it down to the following: when the linked view has a...
3
by: Web Webon | last post by:
Hi everybody! I wonder if this is possible? I need to determine if a client is using "windows classic folders" or anything else. If I instantiate a Shell ActiveX object is there a way of...
1
by: Rhek | last post by:
Hello, I have just moved an ASP Classic website to a new hosting company that has a number of .NET components available. The website works fine after the move with one exception. We were...
0
by: roiavidan | last post by:
Hi, I'm having a bit of a problem with a small application I wrote in C#, which uses an Access database (mdb file) for storing financial data. After looking for a similiar topic and failing to...
4
by: jason | last post by:
i'm working on a gradual conversion of an ASP classic web site to ASP.NET. a recent body of work involves adding a new asp page to the existing site. i thought this would be a good opportunity to...
2
by: captain_gni | last post by:
I write a lot of apps in classic asp using ado to pull data from ms sql servers and then I'll use Scripting.FileSystemObject to create/delete xml files, html files or csv files. What is the best...
5
by: =?Utf-8?B?SmltIFJvZGdlcnM=?= | last post by:
My question is simple: How does one debug ASP Classic with Microsoft Visual Web Developer Express 2005 ("VWD")? Looming in the back of anyone's mind when you see a posting like this on any...
15
by: erik.oosterwaal | last post by:
Hi All, I have been developing websites in classic asp using VB script for a long while now. Due to the fact that I also took a detour to developing ColdFusion, and the fact the companies I...
4
by: =?Utf-8?B?TWlrZSBHYWxl?= | last post by:
VS 2008 initially didn't debug classic ASP. SP1 fixes this in some ways. You can debug if you select the debug option to "Start Without Debugging, then either attach the debugger manually or...
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: 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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.