logo       

Timeout debugging web service: msg#00146

windows.devel.dotnet.web

Subject: Timeout debugging web service

I'm stepping into a web method in a web service from a web app in VS2003
on XP and after 2 minutes, I'm getting the following timeout error:


The operation has timed-out.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Net.WebException: The operation has timed-out.

The line of code executing when the error is reported is the Me.Invoke
line in the web references.vb file.

This seems to indicate that the web app is timing out the operation.
I have the web site connection timeout set to 10,800 seconds.
In the Web.config for the web app, I have the following values set:

<compilation defaultLanguage="vb" debug="true" />

<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data
source=127.0.0.1;Trusted_Connection=yes"
cookieless="false"
timeout="190"
/>

<httpRuntime executionTimeout="10800" />

What do I need to do to be able to debug my web service?

Thanks,

Bob


*****************************************************************************
If you are not the intended recipient of this e-mail, please notify
the sender immediately. The contents of this e-mail do not amend
any existing disclosures or agreements unless expressly stated.
*****************************************************************************

===================================
This list is hosted by DevelopMentor® http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise