应用程序页面缓存

时间:2011-09-15 13:10:18

标签: .net iis caching

我想在应用程序级别缓存特定页面。

这样做最简单的方法是什么?

我尝试在IIS 7上进行缓存,但是它似乎不起作用:

http://learn.iis.net/page.aspx/154/walkthrough-iis-70-output-caching/

谢谢

1 个答案:

答案 0 :(得分:0)

你可以将它放在aspx页面之上:

<%@ OutputCache Duration="60" VaryByParam="None"%>

来源:How to: Set the Cacheability of an ASP.NET Page Declaratively