0
kicks
Controlling Browser Content Expiration in ASP.NET
Correctly controlling content expiration is a tricky thing. You need to balance two goals: getting the browser to cache as much as possible to reduce page load times and bandwidth, versus not showing the user stale content. In this article I cover a simple technique (with code) to solve this issue in ASP.NET for stylesheets and scripts.