June 2009
1 post
Enable HTTP Compression on IIS for ASP.Net
If you enable HTTP compression on IIS, it does not enable compression for aspx files by default. You will have to edit the metabase or run the following commands and they will do it for you.
Important step: Make a backup of the file %windir%\System32\inetsrv\MetaBase.xml. If something goes wrong, then copy the original file back and restart the iis server. Open a command prompt (cmd) and CD...