Skip to main content
Avoiding JavaScript and CSS Stylesheet Caching Problems in ASP.NET
Entry Date: Rate:
Site:
Keywords:
RSS Description:
We frequently run into problems related to caching when building ASP.NET websites. In particular, changes to CSS Stylesheets and JavaScript files on which the sites rely. After a new release our clients often have problems until they manually clear their browser cache. Some of our clients sit behind a proxy server which has its own cache, making the situation even worse.
Comments:

Javascript files and avoid messing with browser caching... this article is a great reminder... whe you run into that trouble just give a quick read and implement it your way :)