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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
in the IIS configuration file Metabase.xml. Its location is:
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:
details at: https://serverfault.com/questions/12398/http-compression-in-iis-6-0-causing-problems-with-certain-users