Has anyone managed to activate Gzip compression on a website in IIS6 ? We're using Castle Monorail (it's very nice btw) and as a result have clean RESTful URLs with no extensions..... ..... and there's the rub -> as far as we can see we need extensions on our endpoints to allow gzip compression.
It seems the only way out is our own HTTPModule - does anyone else know of any other way ??
Cheers ian