1:在你不需要缓存的页面加上<% @ OutputCache Location = " None "  VaryByParam = " None "   %>

2:若是整个系统不需要缓存 可配置

<caching>
      <outputCache enableOutputCache="false"></outputCache>
 </caching>

相关文章: