Click here to Skip to main content
15,892,298 members
Articles / Web Development / IIS

Dynamic Compression in IIS 7

Rate me:
Please Sign up or sign in to vote.
4.92/5 (5 votes)
3 Sep 2010CPOL3 min read 50.8K   7  
Enabling the dynamic compression. How to configure the same in IIS6 & IIS 7

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
26 Jul 2011Chris Maunder
For IIS7.5, an alternate method to enable compression is to run the following commands in a terminal:To enable compression for both dynamic and static content:C:\Windows\System32\Inetsrv\Appcmd.exe set config -section:urlCompression -doStaticCompression:true -doDynamicCompression:true...

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions