all groups > dotnet web services > march 2005 >
You're in the

dotnet web services

group:

Timeout Error


Timeout Error Fred Herring
3/30/2005 10:23:06 AM
dotnet web services:
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
Re: Timeout Error Keenan Newton
3/30/2005 8:48:49 PM
Did you adjust the web site timeout on the IIS virtual folder I know
its a setting for 2K3
Re: Timeout Error Fred Herring
3/31/2005 8:15:04 AM
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

[quoted text, click to view]
Re: Timeout Error Fred Herring
3/31/2005 8:23:04 AM
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

[quoted text, click to view]
Re: Timeout Error Keenan Newton
4/3/2005 9:02:59 AM
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?
Re: Timeout Error Fred Herring
4/4/2005 10:49:02 AM
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

[quoted text, click to view]
AddThis Social Bookmark Button