Introduction
This step by step
guide will show you how to enable Gzip compression to work with ASP.NET 2.0.
Compressing the output should make your websites faster, especially when being
viewed via a slow connection.
Step
1: Enable Compression Using the IIS Manager
Expand IIS
Manager. Right click on Websites. Click Properties. Click the Service tab.
Check the boxes to enable compression.
Step
3: Edit IIS Meta Database
Open the IIS
Metabase Explorer. It is part of the resource kit you just installed. Expand
LM>W3SVC>Filters>Compression. You will need to edit bothgzip
and deflate. Find the item with the name HcScriptFileExtensions. Add the values aspx,
axd, asmx, and css. Repeat process for gzip anddeflate.
Find HcDynamicCompressionLevel and set it to
something higher than 0.
No comments:
Post a Comment