asp.net - Disable GZIP compression for IE6 clients -
We need to disable JZAP compression conditionally if the user's browser is IE6 (this is 5 in some pages of the big site The browser hangs for minutes). The server is IIS7 and the compression is on for static content - if the user agent is not Mozilla / 4.0, then should the ASPX code sample work except compression? Alternatively, all the parameters (GET / POST) must be passed on the code to redirect the code to another site on the same page (codec can be disabled on another virtual site).
check out I believe that ISPI rewriting is also available for ISAP. Actually, It takes the request of the browser and in the case of IE 5 / IE 6 it rewrites it to claim the jizip supporting the browser. Note: Note: You separate gipp and non-gipped pages. Probably this is a better method than your offer, because it cuts the problem in its source.
Comments
Post a Comment