Static compression in IIS6 on X64
am 18.07.2007 21:46:23 von foxj77Hi there,
Just wondering if anyone can help me with this problem I am having. I
am trying to turn on static HTTP compression on in IIS (running in 32
bit mode) on x64 server. I tried this two days ago on a 32 bit server
and it worked no problem.
I've run the following two commands at the command prompt (i only want
to compress javascript and CSS for the time being):
cscript.exe adsutil.vbs set W3Svc/Filters/Compression/GZIP/
HcFileExtensions "js" "css"
cscript.exe adsutil.vbs set W3Svc/Filters/Compression/DEFLATE/
HcFileExtensions "js" "css"
I enable static compression and changed the folder for the cache
IISreset.exe /restart
After a restart on my first server (32 bit) the compression worked
fine but it doesnt appear to be working correctly. I've tried to look
and see if there is another copy of the metabase as I have been caught
out before when there are 32 and 64 bit versions of files. Do i need
to do something differently as I am running on x64?
I have tried running the above commands with cscript from the syswow
folder but it didnt make any difference.
Any help gratefully received.