Hi guys,
I've been reading up on the merits of IIS 6 compression over at CodingHorror (here), but I don't get where I'm supposed to make those alterations. Web.config or somewhere else?
Thanks!
Hi guys,
I've been reading up on the merits of IIS 6 compression over at CodingHorror (here), but I don't get where I'm supposed to make those alterations. Web.config or somewhere else?
Thanks!
in the IIS configuration file Metabase.xml. Its location is:
C:\Windows\system32\inetsrv\Metabase.xml
inside the XML file find the sections jeff talks about, and make those changes.
beware of one detail, default IIS 6 compression settings introduces problems for users behind some proxies, some HTTP 1.0 related issue ( http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501192 ), so make sure to disable the compression for HTTP 1.0 requests by setting the following setting to true:
HcNoCompressionForHttp10="TRUE"
details at: http://serverfault.com/questions/12398/http-compression-in-iis-6-0-causing-problems-with-certain-users
Here's a walkthrough on enabling HTTP Compression (gzip) on IIS 6: http://www.salutony.com/Lists/KB/DispForm.aspx?ID=9