D
Dan Holmes
I client A connects to server B and sends some data. Server B then processes that data and returns an answer. All
works well as long as the processing by B takes under 2 minutes. When i takes longer i get this message:
A .NET Framework error occurred during execution of user-defined routine or aggregate "GetRSECalculatedTravelTimes":
System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by
the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
it happens exactly at 2 minutes every time. I looked at the Receive and Send timeout properties but both indicate the
default is to wait forever.
Are there other properties i should set?
thanks
dan
works well as long as the processing by B takes under 2 minutes. When i takes longer i get this message:
A .NET Framework error occurred during execution of user-defined routine or aggregate "GetRSECalculatedTravelTimes":
System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by
the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
it happens exactly at 2 minutes every time. I looked at the Receive and Send timeout properties but both indicate the
default is to wait forever.
Are there other properties i should set?
thanks
dan