2

I am using the bundling and minification support to minify my css and Javascript files in my MVC 3 project. The minification works fine but the minified files seem to pass through without compression on IIS 7.5.

Is this a known issue? If yes any workarounds?

NVM
  • 5,442
  • 4
  • 41
  • 61

1 Answers1

0

.NET Bundling and minification compressed with GZip, will work with dynamic compression enabled. According to this article it is relatively safe to enable dynamic compression without much CPU overhead:

Is it worth it to enable dynamic compression in IIS7?

Community
  • 1
  • 1
Kurt
  • 183
  • 3
  • 13