Ask a Question related to ASP.NET Web Services, Design and Development.
-
Simon #1
Connection closed exception
I'm having some difficulties with a Web Service I am developing.
The following exception occurred when I moved the Web Service from my
development machine (Win XP SP2 VS.NET 2003) to a test server
(Win 2003 IIS 6):
- System.InvalidOperationException
Message: The underlying connection was closed: An unexpected error
occurred on a receive.
The original exception is:
- System.ComponentModel.Win32Exception {System.Net.Sockets.SocketException}
Message: An existing connection was forcibly closed by the remote
host
Native code: 50004
The exception does not occur right away but after about 3 minutes of
processing
After searching through this group I found that it might have something
to do with the KeepAlive settings of the WebRequest.
I did override the GetWebRequest method to make sure that KeepAlive was
set to false but it did not fix the problem.
We use ISA Server 2000 as a Proxy and the proxy settings on the client
are set to bypass the proxy for the server name and the server address.
IIS does not seem to realize that an exception occurred since it
continues processing the request.
I now think that two things could cause this exception is caused by ISA
Server, forcibly closing the connection after some preset timeout.
If it is the case where is this setting for this in ISA Server ?
Simon
Simon Guest
-
broadcasting when a connection is closed
I am writing a streaming program and need to know if there is a way to tell when a published stream is closed when the publisher closes the program... -
connection not REALLY closed with AS3
I'm using media server with AS3, when I say "application.rejectConnection(client);" at the server side code the clients counter at the management... -
Closed connection is being re-used
Hello, I have a windows service (written on .NET 1.1/C#) connecting to a webservice at a specified interval. I have a webreference in my project,... -
The underlying connection was closed
Two separate machines: 1. Web Services Client (for load testing): A simple .net console app (.NET 1.1 Framework) 2. Web Services Server: A .Net... -
connection closed
yes i did close the connection, infact ultradev did this for me. This works before, I mean in other files and I am using the same format to build new... -
Simon #2
Re: Connection closed exception
Thanks to to good poeple at Microsoft, I found the solution.
It was simply due to the connection tomeout improperly set in the
virtual directory.
It was set to a value higher then 65535 seconds which is the upper
limit and defaulted to 120 seconds.
Unfortunatly you can only know the value is invalid when you look at
the event log after restarting IIS.
Simon
Simon Guest



Reply With Quote

