473,405 Members | 2,154 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.

Timeout Error

I have moved a web service from my development machine to a hosting computer.
Now when I upload large files to this new host I get a timeout exception.
The web.config file associated with my web service has 360 seconds for time
and 30mbytes for file size but I continue to get the error. Do I need to
adjust these parameters in the hosting machine.config file for it to take
affect?
Nov 23 '05 #1
5 3264
Did you adjust the web site timeout on the IIS virtual folder I know
its a setting for 2K3

Nov 23 '05 #2
No, but I will check it out. Is this just a property of the virtual folder
that I can adjust by right clicking on it in IIS?

Fred Herring

"Keenan Newton" wrote:
Did you adjust the web site timeout on the IIS virtual folder I know
its a setting for 2K3

Nov 23 '05 #3
I checked the timeout property associated with a virtual folder. Since the
default is 20 minutes that cannot be my problem as I am getting the error
after about 90 seconds.

I have ajusted the following parameters in both the web.config and
machine.config

httpRuntime executionTimeout="360"
maxRequestLength="30720"

I continue to timeout when I try to upload data longer than about 90 seconds.

Fred

"Keenan Newton" wrote:
Did you adjust the web site timeout on the IIS virtual folder I know
its a setting for 2K3

Nov 23 '05 #4
Ummm I thought the default for the timeout was 120 seconds on the the
virtual folder, ummm can you actually give me (us) the timeout message
you are getting, most importantly the stack trace, and originator of
the time out. Are you getting a 500.100 error?

Nov 23 '05 #5
The problem is resolved. It was necessary to set the webxervice.timeout
setting in my code to infinite. That coupled with executiontimeout settings
in the web.config file fixed the issue for me.

Thanks,
Fred Herring

"Keenan Newton" wrote:
Ummm I thought the default for the timeout was 120 seconds on the the
virtual folder, ummm can you actually give me (us) the timeout message
you are getting, most importantly the stack trace, and originator of
the time out. Are you getting a 500.100 error?

Nov 23 '05 #6

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...
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...
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...
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
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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.