Hi I have a web service in C# that computes every 10 minutes some very large report - amount of data returned = 120MB. The report is cached. We will use HTTP compression but the issue I'm having is that it will compress our cached report for each client request : in IIS 6.0 only static files are...