tags:

views:

178

answers:

1

Hi, I enabled gzip in IIS7, and it works for some files, but others don't...

I'm using httpwatch and I can see that some .js files are being gziped but others don't, they get gziped after I manually request for the files 3 or 4 times, then iis gzips it...

Is this a normal behavior?

How can I make it gzip all the static files?

thanks!

A: 

Have you seen this post already? http://stackoverflow.com/questions/702124/enable-iis7-gzip

Perhentian