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>
相关链接:
答案 0 :(得分:1)
似乎没有解决问题。 Internet Explorer 6 VS1不支持gzip或deflate。 : - (
至少在iis上使用动态压缩时没有。