How to enable gZip on IIS7
Last Updated on Wednesday, 8 February 2012 05:01 Written by Zapp Brannigan Monday, 20 December 2010 06:37
Static and Dynamic Compression in IIS7
(via Remote IIS Manager)
Static Compression
This is used to provide file types that do not typically change, included but not limited to *.txt, *.css etc..
Dynamic Compression
This compression refer to the way it is distributed rather than the content type; using dynamic compression means that the compressed content is being generated each time, consuming server CPU and resources. This is used to provide for example pages that changes often such as ASP files.
Also check Deflate RFC and gZip RFC documentation.
How to install the proper compression
HTTP compression is usually available on the default installation of IIS 7. However, only static compression is installed by default. To install static or dynamic compression, use the following steps.

Recent Comments