473,378 Members | 1,470 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,378 software developers and data experts.

ASP.NET Timeout Error

When using Datagrid ASP.NET pages, the time required to execute a report is
much more greater than when the same report is generated using a ASP page.
Also the ASPX page almost always gives a 'TimeOut Expired Error'.
Nov 19 '05 #1
4 1500
Hi,

make sure you close all open connections after you are finished with them.

Also, try increasing the connection pool size and connection timeout.

Let me know if that worked.

regards
Joyjit

"Pritam Javale" <Pritam Ja****@discussions.microsoft.com> wrote in message
news:86**********************************@microsof t.com...
When using Datagrid ASP.NET pages, the time required to execute a report is much more greater than when the same report is generated using a ASP page.
Also the ASPX page almost always gives a 'TimeOut Expired Error'.

Nov 19 '05 #2
Hi,
The connection pool size and timeout are sufficiently high. However i will
check the open connections.
Can you help me with the Best settings values of the various parameters. Our
site is very datacentric with a huge database.
Database: SQL 2000
Server: IBM Xseries 225 with 4 GB RAM, 2.8 GHz Processor.

Regards,
Pritam.

"Joyjit Mukherjee" wrote:
Hi,

make sure you close all open connections after you are finished with them.

Also, try increasing the connection pool size and connection timeout.

Let me know if that worked.

regards
Joyjit

"Pritam Javale" <Pritam Ja****@discussions.microsoft.com> wrote in message
news:86**********************************@microsof t.com...
When using Datagrid ASP.NET pages, the time required to execute a report

is
much more greater than when the same report is generated using a ASP page.
Also the ASPX page almost always gives a 'TimeOut Expired Error'.


Nov 19 '05 #3
The problem could be something completely different... such as how you
are accessing the data or how much data you are pulling. ASP accesses
data differently than does .NET.

Are you pulling an extremely large dataset?

Lowell

Pritam Javale wrote:
Hi,
The connection pool size and timeout are sufficiently high. However i will
check the open connections.
Can you help me with the Best settings values of the various parameters. Our
site is very datacentric with a huge database.
Database: SQL 2000
Server: IBM Xseries 225 with 4 GB RAM, 2.8 GHz Processor.

Regards,
Pritam.

"Joyjit Mukherjee" wrote:

Hi,

make sure you close all open connections after you are finished with them.

Also, try increasing the connection pool size and connection timeout.

Let me know if that worked.

regards
Joyjit

"Pritam Javale" <Pritam Ja****@discussions.microsoft.com> wrote in message
news:86**********************************@micros oft.com...
When using Datagrid ASP.NET pages, the time required to execute a report


is
much more greater than when the same report is generated using a ASP page.
Also the ASPX page almost always gives a 'TimeOut Expired Error'.


Nov 19 '05 #4
I agree, i am pulling out a extremely large dataset. To avoid load, i have
revamped the code and am using datareader. Its kind of listing reports with
few runtime calculations for reports. The same works in ASP and is faster.
(also compared by accessing about 200 records thru both).

..net has helped us in various areas and provides lot of good features,
except the response problem - (speed and timeout) - Which is the most
visible and frustating problem the user has to face.
"Lowell Heddings" wrote:
The problem could be something completely different... such as how you
are accessing the data or how much data you are pulling. ASP accesses
data differently than does .NET.

Are you pulling an extremely large dataset?

Lowell

Pritam Javale wrote:
Hi,
The connection pool size and timeout are sufficiently high. However i will
check the open connections.
Can you help me with the Best settings values of the various parameters. Our
site is very datacentric with a huge database.
Database: SQL 2000
Server: IBM Xseries 225 with 4 GB RAM, 2.8 GHz Processor.

Regards,
Pritam.

"Joyjit Mukherjee" wrote:

Hi,

make sure you close all open connections after you are finished with them.

Also, try increasing the connection pool size and connection timeout.

Let me know if that worked.

regards
Joyjit

"Pritam Javale" <Pritam Ja****@discussions.microsoft.com> wrote in message
news:86**********************************@micros oft.com...

When using Datagrid ASP.NET pages, the time required to execute a report

is

much more greater than when the same report is generated using a ASP page.
Also the ASPX page almost always gives a 'TimeOut Expired Error'.

Nov 19 '05 #5

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

Similar topics

17
by: Achim Domma | last post by:
Hi, I'm using Python 2.3s timeout sockets and have code like this to read a page from web: request = ... self.page = urllib2.urlopen(request) and later:
4
by: Cath B | last post by:
I am pretty sure I am getting a command timeout when execute a SQL procedure that has an output parameter. The code below is in an asp page that is called using RSGetASPObject. I want to be able...
5
by: Jason | last post by:
Hi all I get the following error when executing a rather intense stored procedure from an ASPX page. I have tried: - Increasing timeouts on IIS 5.0 (all areas that even mention timeout) - use...
2
by: Chris Langston | last post by:
I have a Web Server running IIS 5 or 6 on Windows 2K and Windows 2003 Server that is experiencing strange shutdown problems. We are using ASP.NET v1.1 and our application is written in VB.NET ...
4
by: Nevyn Twyll | last post by:
I've been working on an asp.net application and everything's been great. But suddenly, whether I'm tyring to use a database on my own machine, or on my server, I'm getting a timeout when trying to...
9
by: tshad | last post by:
I have the following in my web.config in my application root. <forms name="staffing" loginUrl="/applicant/EELogin.aspx" timeout="400" protection="All" path="/" /> I assumed this meant the...
5
by: supercooper | last post by:
I am downloading images using the script below. Sometimes it will go for 10 mins, sometimes 2 hours before timing out with the following error: Traceback (most recent call last): File...
2
by: Robin Becker | last post by:
While messing about with some deliberate socket timeout code I got an unexpected timeout after 20 seconds when my code was doing socket.setdefaulttimeout(120). Closer inspection revealed that...
1
by: Scorpion657 | last post by:
Hey I really need help. I have a Website coded using ASP.NET and VB and for some reason, i'm getting the following error when I try to upload or access a large file which is stored in the...
2
by: Andrew Cooper | last post by:
Greetings, I've got a website that has several pages with DataGrid controls on them. The controls are bound to Object Datasources. On one of the pages I keep getting a "Timeout expired. The...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.