I’d like to cache a particular page at application level.
What is the the simplest way of doing this?
I tried caching on IIS 7, as per this article but it didn’t seem to work:
http://learn.iis.net/page.aspx/154/walkthrough-iis-70-output-caching/
Thanks
you can put this on top of the aspx page:
Source: How to: Set the Cacheability of an ASP.NET Page Declaratively