Internet Explorer 6 VS1 ne prend pas en charge la compression gzip correctement. Il comprend cependant dégonfler. Est-ce suffisant de changer le nom du système en applicationhost.config
de gzip pour dégonfler pour résoudre ce problème? Y a-t-il des inconvénients à utiliser deflate au lieu de gzip?Est-ce que changer de schéma de gzip pour dégonfler fix ie6 incompatibilité?
<!-- 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>
Liens connexes:
- 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