Trying to use IIS 6 dynamic compression on an application that provides web services to my ASP.Net web site. Setup compression just fine, on the ASP.Net client request set the EnableDecompression="true" so that the client could decompress the content, which works fine. Set the value to "false" so would not use compression while developing so we can debug. The client request still contains the AcceptEncoding: gzip header, so the server still sends it back compressed.
Please wait...