G
Guest
Is am using the Reporting Services control in my application. A customer of
mine is on a network where persistent connections are not allowed. Once a
request gets its response, the reverse proxy tears down the socket after 5
seconds of inactivity in order to prevent DOS attacks. In order to prevent
getting "the underlying connection was closed" errors I have to make a
wrapper class for my web service proxy and override the GetWebRequest method
and set the HttpWebRequest.KeepAlive property to false.
The problem is, I cannot get to the webrequest object in the ReportView
control in order to disable this option. Can anything be done, or am I just
out of luck?
Help Please.
Glenn
mine is on a network where persistent connections are not allowed. Once a
request gets its response, the reverse proxy tears down the socket after 5
seconds of inactivity in order to prevent DOS attacks. In order to prevent
getting "the underlying connection was closed" errors I have to make a
wrapper class for my web service proxy and override the GetWebRequest method
and set the HttpWebRequest.KeepAlive property to false.
The problem is, I cannot get to the webrequest object in the ReportView
control in order to disable this option. Can anything be done, or am I just
out of luck?
Help Please.
Glenn