Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to enable compression using CLI in IIS  (Read 2923 times)

0 Members and 1 Guest are viewing this topic.

mohitht

  • Guest
How to enable compression using CLI in IIS
« on: March 13, 2014, 10:12:47 pm »
Hi All,

The HTTP compression  is used to limit the bandwidth of the sites and the sites loads faster.  We can enable the compression as follows

First open the power shell
type the following
Import-module servermanager
get-windowsfeature
Add-windowsfeature Web-Stat-Compression
Add-windowsfeature  Web-Dyn-Compression


That's it :)
« Last Edit: March 13, 2014, 10:16:58 pm by Mohith »