小编Kon*_*tin的帖子

如何在asp.net mvc 4应用程序中通过web.config关闭输出缓存

如何在asp.net mvc 4应用程序中通过web.debug.config关闭输出缓存?我试着这样做:

web.debug.config

  <caching>
    <outputCache enableOutputCache="false" />
  </caching>
Run Code Online (Sandbox Code Playgroud)

为什么不起作用?

caching web-config asp.net-mvc-4

9
推荐指数
1
解决办法
1万
查看次数

标签 统计

asp.net-mvc-4 ×1

caching ×1

web-config ×1