MVC站点压缩无法正常工作

时间:2015-02-07 02:14:16

标签: asp.net-mvc iis http-compression

我已经完成并检查了以下内容。 1.确保安装组件... enter image description here

  1. 确保IIS中的服务器已启用所有内容 enter image description here

  2. 确保网站已启用模块 enter image description here

  3. 启用web.config中的设置

    <system.webServer>
      <urlCompression doStaticCompression="true" doDynamicCompression="true" />
    </system.webServer>
    
  4. 我的网站http://tinyurl.com/lv44hl4根据几个网站,当我输入我的网址时说不压缩,例如

    http://tinyurl.com/nzfv9z4(带有我的网址的GZIP测试网站)

    我错过了什么吗? (使用IIS8,mvc5和.net 4.5.1)

1 个答案:

答案 0 :(得分:1)

Ctrl-Shift-我将在Google Chrome中打开开发者工具。根据你的内容通过gzip压缩。

GZIPED