Ask a Question related to ASP.NET Web Services, Design and Development.
-
Robert Pettersson #1
Webservice times out?
Hi,
I have built a WebService that creates an class that generates a lot of
Crystal Reports.
My class works fine and the webservice works fine in the beginning, but
after aprox 120 seconds it times out?
I have checked all my connectiontimeouts and commandtimeouts in the
webservice, and set them to high values, but it does not help.
I read that this could be a bug in the DotNet Framework? Or can you set a
timeout on a wevservice? I run the webservice from
a ASP.Net page, and I have put the webservice in a thread to let the browser
do work while the reports are generating. But I have also
tried to run it from a winapp, but same thing happens there. When I debug it
breaks in the Reference.cs under Webreferences in the project
where the "caller" of the webservice is.
This is my errormessage:
An unhandled exception of type 'System.Net.WebException' occurred in
system.web.services.dll
Additional information: The operation has timed-out.
I get a popup that gives me the choices: Break or Continue, if I choose
Break it stopps, but if I choose Continue, it
continues and generates all the reports.
If anyone could give me some solution, workaround or tips on this I would be
very greatful.
Im running .Net 1.1 and Visual Studio 2003.
Thanks,
Robert Pettersson
Robert Pettersson Guest
-
Web Request times out
I'm getting the following error message: Exception: System.Net.WebException Message: The operation has timed-out. Source: System.Web.Services... -
reaction times
Hi all, I would like to measure reaction times as exactly as possible (milliseconds). Is this possible or could there be a difference between... -
Webservice calling a webservice.....Error
Hi Ihave a strange problem .....or?? On one machine 1 i have a webservice A calling an other webservice B on a other machine 2 . the B service are... -
UTC Times from vb script
http://www.aspfaq.com/2218 -- Aaron Bertrand, SQL Server MVP http://www.aspfaq.com/ Please reply in the newsgroups, but if you absolutely... -
Using filehandle many times
On 29 Jun 2003 23:43:42 -0700 cdcer@hongkong.com (ABC) wrote: In such cases, 'use diagnostics' might help you with what exactly you need to...



Reply With Quote

