S
Sin Jeong-hun
I don't get the message so it's hard to debug that, but some of my
clients report that they get "The underlying connection was closed
unexpectedly" exception. According to this site (http://
www.dotnetspider.com/resources/2596-e-underlying-connection-was-closed-A-connection.aspx),
it's a bug of .NET 2.0, and the author suggests that we use
KeepAlive=false until Microsoft fixes it.
It seems like almost 5 years have passes since the release of .NET
2.0, and this stilll exists. Should I wait for the fix, or use
KeepAlive=false instead?
clients report that they get "The underlying connection was closed
unexpectedly" exception. According to this site (http://
www.dotnetspider.com/resources/2596-e-underlying-connection-was-closed-A-connection.aspx),
it's a bug of .NET 2.0, and the author suggests that we use
KeepAlive=false until Microsoft fixes it.
It seems like almost 5 years have passes since the release of .NET
2.0, and this stilll exists. Should I wait for the fix, or use
KeepAlive=false instead?