views:

97

answers:

1

I've tried to setup compression (both dynamic and static) in IIS7 for my local system, but when start my ASP.NET site using the debugger, YSlow tells me that all of the files (aspx, js, css, etc.) are not compressed. Any ideas? I really want to test this before I make changes to the production server.

+1  A: 

Are you using Cassini as your server? If so it does not support compression that I know of.

You might try using Fiddler to see what the accept headers are that are being sent back and forth:

GrayWizardx
I'm not using Cassini; I'm using IIS7.
David
Ok. Well fiddler might indicate if the server is not sending the compression allowed header.
GrayWizardx