Ask a Question related to ASP.NET Web Services, Design and Development.
-
Gujju #1
The underlying connection was closed: An unexpected error occurred
Hi all,
The massive Error... on Windows 2003 SERVER
Gone through most of the forums... and googling from 2 days now...
Here is a post which was helpful... but with no luck
[url]http://www.dotnet247.com/247reference/msgs/52/262582.aspx[/url]
I get this error The underlying connection was closed: An unexpected error
occurred on a receive.
and i have tried...the following solutions but doesnt work
In the proxy class do this.
Protected Overrides Function GetWebRequest(ByVal uri As Uri) As
System.Net.WebRequest
Dim webRequest As System.Net.HttpWebRequest = MyBase.GetWebRequest(uri)
webRequest.KeepAlive = False
webRequest.ProtocolVersion = System.Net.HttpVersion.Version10
Return webRequest
End Function
Machine.config
responseDeadlockInterval="12:00:00"
Did this as well
<httpRuntime executionTimeout
But when i increase the Conenction TimeOut From the Web server it self.
Then everything goes smooth?
Does any one else have faced this sort of problem before
Like really gone too far with this issue...
And is there a way to set the connection time out on runtime.... and yes in
the proxy the timeout is -1 which is infinite..
???
Cheers
C
Gujju Guest
-
The underlying connection was closed: An unexpected error occurred on a receive
We are running IIS 6 on Win2003, with .Net 1.1. I have a client that talks to my Web Service. The Web Service call is pretty lengthy (can take more... -
system.net.webexception The underlying connection was closed: An unexpected error occurred on a send.
Let me begin by saying that per Q821156, I have updated my web server/development machine with .NET Framework 1.1 SP1. I don't know if I still... -
The underlying connection was closed: An unexpected error occurred on a send
> I know this has been done many times before but I think I have a more I find that if I make a local request without SSL and Client Certificates... -
The underlying connection was closed, an unexpected error occurred on a receive
Hi, I have a client (w2ksrv) that makes calls to a web service (w2k3) and occasionally - 1 in 20 or so requests - I was receiving the following... -
The underlying connection was closed: An unexpected error occurred on a send.
As 90% WS developers I am frustrated by this problem: "An unhandled exception of type 'System.Net.WebException' occurred in...



Reply With Quote

