使用静态资源压缩可以合并静态资源文件减少客户端请求数量,压缩文件大小,减少网络流量的损耗 需要用到Microsoft ASP.NET Web Optimization,安装方法: Install-Package Microsoft.AspNet.Web.Optimization 参考MVC构架的方法,App_Start中添加BundleConfig.cs using System; using System.Collections.Generic; using System.Linq; usin
The Microsoft.Aspnet.Snapin namespace defines the types necessary for the ASP.NET management console application to interact with Microsoft Management Console (MMC). For more information, see "MMC Programmer's Guide" in the MSDN Library.