如何在asp.net mvc 4应用程序中通过web.debug.config关闭输出缓存?我试着这样做:
web.debug.config
<caching> <outputCache enableOutputCache="false" /> </caching>
为什么不起作用?
caching web-config asp.net-mvc-4
asp.net-mvc-4 ×1
caching ×1
web-config ×1