iis - 将方案从 gzip 更改为 deflate 是否可以修复 ie6 不兼容问题?

标签 iis gzip internet-explorer-6 deflate

Internet Explorer 6 VS1 不正确支持 gzip 压缩。
然而,它确实理解放气。
applicationhost.config中的方案名就够了吗?从 gzip 到 deflate 来解决这个问题吗?
使用 deflate 而不是 gzip 有什么缺点吗?

<!-- c:\windows\system32\inetsrv\config\applicationhost.config -->
<httpCompression directory="%SystemDrive%\inetpub\temp\IIS Temporary Compressed Files">
    <!-- changed name="gzip" to name="deflate" -->
    <scheme name="deflate" dll="%Windir%\system32\inetsrv\gzip.dll" />
    <dynamicTypes>
        [...]
    </dynamicTypes>
    <staticTypes>
        [...]
    </staticTypes>
</httpCompression>

相关链接:
  • Deflate compression browser compatibility and advantages over GZIP
  • http://www.vervestudios.co/projects/compression-tests/
  • http://en.wikipedia.org/wiki/Internet_Explorer_6
  • http://msdn.microsoft.com/en-us/library/ms690689(v=VS.90).aspx
  • http://www.iis.net/ConfigReference/system.webServer/httpCompression
  • http://support.microsoft.com/kb/837251
  • 最佳答案

    似乎不能解决问题。 Internet Explorer 6 VS1 不支持 gzip 或 deflate。 :-(

    至少在 iis 上使用动态压缩时不会。

    关于iis - 将方案从 gzip 更改为 deflate 是否可以修复 ie6 不兼容问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4021911/

    相关文章:

    http - 通过 IP 限制对站点的访问

    asp.net - 显示重写而不是原始 URL 的 IIS 日志文件

    c# - 为 silverlight 解压缩 gzip 流

    python - 在 AWS Lambda Boto3 中写入 Gzip 文件

    html - CSS IE6 向右浮动

    javascript - 如何从 IIS 重写模块获取 JavaScript(或其他方式)重写的 URL?

    ssl - TLS 协商失败错误证明连接存在吗?

    python - 使用gzip -d解压可以,但是在Python中使用zlib时出错

    css - 使用 javascript 修复 IE6 中的 CSS 问题的最佳方法是什么?

    internet-explorer-6 - 文字对齐问题