Re: System.Net.WebException: The operation has timed-out again
- From: "Dan Normington" <dnorm252@xxxxxxxxx>
- Date: Mon, 21 Aug 2006 05:04:00 -0500
I think this is the web service actually timing out. There is a setting in
the web.config file of the web service.
<httpRuntime executionTimeout="1000" />
The timeout is measured in seconds, you may want to see what works best for
you.
<arun.hallan@xxxxxxxxx> wrote in message
news:1156153274.212595.196800@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I know this has been asked umpteen times but i cant find an answer to
my problem.
Very simply, i have a GUI which is trying to call a webservice. The
webservice may take any time from 5mins to 30mins (or more). However
after 2mins i get the following error:
System.Net.WebException: The operation has timed-out
The webservice doesnt return anything. I tried the whole thing with the
method i'm calling returning a boolean, but the error still occurs.
This is an issue with the GUI timing out calling the webservice - as
the underlying webservice still runs in the background.
Anyone come across this and know how to solve?
.
- Follow-Ups:
- Re: System.Net.WebException: The operation has timed-out again
- From: arun . hallan
- Re: System.Net.WebException: The operation has timed-out again
- References:
- System.Net.WebException: The operation has timed-out again
- From: arun . hallan
- System.Net.WebException: The operation has timed-out again
- Prev by Date: Re: System.Windows.Forms.Timer on Windows Services
- Next by Date: Re: snk file & rss.net
- Previous by thread: System.Net.WebException: The operation has timed-out again
- Next by thread: Re: System.Net.WebException: The operation has timed-out again
- Index(es):
Relevant Pages
|