Hello i implement this library in my application
http://www.dominicpettifer.co.uk/Blog/17/gzip-compress-your-websites-html-css-script-in-code
it Works very well if i run the site in Visual Studio but when i compile my site and publish in IIS it only Gzip ASPX files not CSS or JS files.
does anyone knows a better way for implement JavaScript and CSS Gzip in C# 2005 (changing the IIS its not an option it has to be in the code)
thanks in advance