What options are there to selectively enable or disable IIS 6 compression
问题 Unlike IIS7, in IIS6 the 'Compress application files' and 'Compress Static files' options are server wide so they apply to every website and virtual directory. I recently enabled it server wide and I'm beginning to see more and more places where things are being compressed that I don't want -- notably dynamically created images. Is there any kind of configuration for compression to enable or disable it for a 'web.config' based .NET application. I have ASP.NET 1.1, ASP.NET MVC 1.0 apps running