Click here to Skip to main content
15,881,172 members
Articles / Web Development / ASP.NET
Article

Enable Gzip compression in IIS 6.0 for ASP.NET 2.0 websites

Rate me:
Please Sign up or sign in to vote.
4.53/5 (12 votes)
19 Nov 2008CPOL 113.5K   26   18
How to enable Gzip compression in IIS6.0 for ASP.NET 2.0 websites.

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.

Image 1

Step 2: Install IIS 6.0 Resource Kit Tools

You can download the free tool from Microsoft here.

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 both gzip and deflate. Find the item with the name HcScriptFileExtensions. Add the values aspx, axd, asmx, and css. Repeat process for gzip and deflate. Find HcDynamicCompressionLevel and set it to something higher than 0.

Image 2

Step 3: Do IISReset

That's it. To verify that you have everything working correctly, you can use the free tool YSlow for Fire Bug.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
Life.

Comments and Discussions

 
QuestionFollowed instructions but didn't work for me Pin
Member 1122750812-Nov-14 1:21
Member 1122750812-Nov-14 1:21 
QuestionI couldn't find the properties Pin
padiharprem16-Sep-14 20:42
padiharprem16-Sep-14 20:42 
GeneralDid not work for me. Pin
melihkemal11-Dec-09 3:57
melihkemal11-Dec-09 3:57 
GeneralRe: Did not work for me. Pin
ToddHileHoffer11-Dec-09 4:05
ToddHileHoffer11-Dec-09 4:05 
GeneralRe: Did not work for me. Pin
melihkemal11-Dec-09 4:53
melihkemal11-Dec-09 4:53 
GeneralRe: Did not work for me. Pin
ToddHileHoffer11-Dec-09 4:10
ToddHileHoffer11-Dec-09 4:10 
GeneralRe: Did not work for me. Pin
melihkemal11-Dec-09 4:56
melihkemal11-Dec-09 4:56 
GeneralRe: Did not work for me. Pin
ToddHileHoffer11-Dec-09 5:11
ToddHileHoffer11-Dec-09 5:11 
QuestionAny reason why compression may not work? Pin
Member 33745557-May-09 8:27
Member 33745557-May-09 8:27 
GeneralIIS is Gzipping all files including GIF Pin
JRev9-Jan-09 4:01
JRev9-Jan-09 4:01 
GeneralRe: IIS is Gzipping all files including GIF Pin
Claus Conrad30-Jan-09 10:11
Claus Conrad30-Jan-09 10:11 
GeneralRe: IIS is Gzipping all files including GIF Pin
JRev3-Feb-09 7:42
JRev3-Feb-09 7:42 
QuestionYSlow Pin
amrelgarhy8119-Nov-08 8:44
amrelgarhy8119-Nov-08 8:44 
AnswerRe: YSlow Pin
ToddHileHoffer19-Nov-08 11:56
ToddHileHoffer19-Nov-08 11:56 
QuestionRe: YSlow Pin
amrelgarhy8119-Nov-08 21:42
amrelgarhy8119-Nov-08 21:42 
AnswerRe: YSlow Pin
ToddHileHoffer20-Nov-08 2:11
ToddHileHoffer20-Nov-08 2:11 
QuestionNo Service tab Pin
Andre Sanches (alvs)19-Nov-08 6:07
Andre Sanches (alvs)19-Nov-08 6:07 
AnswerRe: No Service tab Pin
ToddHileHoffer19-Nov-08 6:15
ToddHileHoffer19-Nov-08 6:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.