To enable server-wide HTTP compression
“To more efficiently use available bandwidth, enable IIS HTTP compression. HTTP compression provides faster transmission time between compression-enabled browsers and IIS, regardless of whether your content is served from local storage or a UNC resource. You can compress static files and application response files. Compressing application response files is usually called dynamic compression.” That’s great, although it’s not enabled by default!
You could do this via the MMC IIS6 snapin, I prefer to keep things a little more simpel and efficient. The batch file below will configure IIS compression for you, simply copy and paste from below into Notepad and save as “setIISCompression.bat”. Run the batch file, done! Continue Reading…
