vote up 1 vote down star
1

So I set up gzip compression within IIS 6.

I enabled the compression for both static files and application files. I set up a temp directory with the size of 1,024 MB.

I modified the Metbase to include: htm,html,js,css,aspx,xml

I set the compression level to 9.

I added a WSE, called HttoCompression and set it to the gzip.dll aset it to "Allow".

I reset IIS.

I notice that my css, xml and js files are being compressed, but ASPX pages are not.

Did I miss something?

flag

52% accept rate
I supposed you have checked this out? microsoft.com/technet/prodtechnol/… – o.k.w Oct 9 at 14:28
Or maybe this one will help you: eduncan911.com/blog/… Looks promising. – o.k.w Oct 9 at 14:36
The Microsoft article just shows you how to edit the metabase from a script, I used the Metabase explorer to do that. so yeah that's done. checking the second link you posted now. – JackM Oct 9 at 14:40

2 Answers

vote up 0 vote down

You will need to go and edit the IIS Metabase file. If you dont want to resrart IIS / the server once you have done it click alolow live metabase edits in IIS

From the MS article you can get some patch results.

Easier post to follow (From Mr Atwood), basicly just cut and paste over the current values. http://www.codinghorror.com/blog/archives/000059.html

link|flag
vote up 0 vote down

Have yo followed these steps correctly?

http://support.microsoft.com/kb/322603

Also, I would highly recommend Port 80's solution:

http://www.port80software.com/products/httpzip/
link|flag
I did all the things in the first link, I'll check port 80 – JackM Oct 9 at 18:12
Isn't Port 80 a 3rd party product? – JackM Oct 9 at 18:17
Yes, but with IIS 6.0 I've found it removes the headaches of setting up and managing compression. IIS 7 and 7.5 are pain-free. – Nissan Fan Oct 9 at 20:04

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.