hi,
We are running a custom application and i have a question about the HttpCompression dll that is used.
I am asking this because i encountered a problem when using asp.net output cache within a custom module.
When using asp.net output caching and when a page comes from the asp.net outputcache i get the raw compressed output back. (which is unreadable)
When i disabled the "HttpCompression.HttpCompressionModule,HttpCompression" from the web.config the pages from the .net outputcache was returned correctly.
My question is can i get away with disabling the HttpCompression dll?
Second iis 6 is also applying httpcompression and works fine with the .net output cache.
Is there a reason that the dw HttpCompression dll does a better job or has other advantages that i should be aware of?
Best regards,
Remi