Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用捆绑和缩小支持来缩小我的 MVC 3项目中的 css 和 Javascript 文件。缩小工作正常,但缩小的文件似乎在 IIS 7.5 上未经压缩即可通过。
这是一个已知的问题?如果是,有什么解决方法?
使用 GZip 压缩的 .NET 捆绑和缩小将在启用动态压缩的情况下工作。根据这篇文章,在没有太多 CPU 开销的情况下启用动态压缩是相对安全的:
在 IIS7 中启用动态压缩是否值得?