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