Hi,
I've got compression enabled on our IIS6 server. It works fine for most sites. The main intention was to get .js and css to compress. I have 2 sites. 1 runs on the default applciation pool, one on a custom one which runs under another identity. The same .js file will be supplied compressed from the site running under the default applciation pool, but not the one with the different identity. The first runs as 'network service', the second a local user account. I suspect this has somthing to do with it, though I'm confused as the web page itself is served compressed from the second site. It's only the supporting files like .css and .js that are not.
I've checked permissions on gzip.dll etc, but cannot see any reason why this does not work.
Is there anything I need to do if running on a different app pool and indentity to get this to work for supporting files?
Thanks.