We have a wierd situation in our project. We have the following setup -
1. a Production web server cluster with 4 web servers
2. a Production sql reporting server that has reports called from web apps hosted on the production cluster
We had an app on Production that was serving Pdf reports (not saved on the server) using he report server. Last week we setup Http Compression on the web servers. From around the same time, the Pdf reports no longer come up. Opening the report just produces a blank IE window. When I hit the same reporting server for the same report using a test web server (thus bypassing the production cluster and the Http Compression), the report comes up fine.
Is the Http Compression interfering with the Pdf data served The report is called using an aspx page and .aspx files are included for compression.
Appreciate all your help.