Prevent ASP.NET Pages From Caching
10/17/2008
| Author: Brian Pautsch
| Category: Code Snippets
| 1989 Views
|
We recently came across a scenario where an ASP.NET page was caching on the user's browser and causing issues. ASP.NET pages are dynamic and their content should never cache. To force the browser to not cache the page, a...