Setting KeepAlive = false for the ReportViewer Control

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top