Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
86785 Points
9644 Posts
Moderator
MVP
May 24, 2012 09:14 AM|LINK
The easiest way to tell if there is client-side caching is to use various browser developer tools and see what is being cached client-side. Chrome and IE have developer tools built-in, and Firefox has the crazy good Firebug.
Here's a quick primer: http://www.daniweb.com/web-development/javascript-dhtml-ajax/reviews/351831/ie9s-f12-developer-tools-vs-firebug
As for server-side, caching is configured in several different places and ways. See this page for an overview: http://msdn.microsoft.com/en-us/library/ms178597.aspx
DarrellNorto...
All-Star
86785 Points
9644 Posts
Moderator
MVP
Re: asp.Net & caching (the very, very basics)
May 24, 2012 09:14 AM|LINK
The easiest way to tell if there is client-side caching is to use various browser developer tools and see what is being cached client-side. Chrome and IE have developer tools built-in, and Firefox has the crazy good Firebug.
Here's a quick primer: http://www.daniweb.com/web-development/javascript-dhtml-ajax/reviews/351831/ie9s-f12-developer-tools-vs-firebug
As for server-side, caching is configured in several different places and ways. See this page for an overview: http://msdn.microsoft.com/en-us/library/ms178597.aspx
Darrell Norton's Blog
Please click "Mark as Answer" if this helped you.