1:在你不需要缓存的页面加上<% @ OutputCache Location = " None " VaryByParam = " None " %>
2:若是整个系统不需要缓存 可配置
<caching>
<outputCache enableOutputCache="false"></outputCache>
</caching>
详细可见:http://msdn.microsoft.com/zh-cn/library/ms178606%28VS.80%29.aspx