PreviousNext

Enable HTTP Compression in IIS Express

by bill-s, 2014-09-28T02:32:14.000Z

Open a Command Prompt as Administrator. Go to the IIS Express installation folder 32 bit : cd %programfiles%\iis express 64 bit: cd %programfiles(x86)%\iis express Run the following command to enable dynamic compression: appcmd set config -section:urlCompression /doDynamicCompression:true

Read More