G
gu4y
Hello All,
Is there anyway to globally prevent client browser caching in ASP.NET?
Otherwise, I will have to put:
Response.Cache.SetCacheability(HttpCacheability.NoCache);
in every page's code-behind...
Thanks!
Is there anyway to globally prevent client browser caching in ASP.NET?
Otherwise, I will have to put:
Response.Cache.SetCacheability(HttpCacheability.NoCache);
in every page's code-behind...
Thanks!