Compression of bundles created by asp.net bundling using 'System.Web.Optimization'?
问题 I have created bundles in my asp.net web solution by using the new bundling and minification package by MS. Everything is properly bundled and minified (used global.asax way) but when I deploy on IIS the bundle is not getting compressed (gzip) , I don't want to enable dynamic compression (as it will compress all dynamic content), just want to compress bundles only. What to do ? What is the mime type of a bundled output, like for this bundle named 'Jquery' here : "http://Myhost/MySite/JQuery?v