Output caching lets you cache the output of static aspx pages or portions of pages to improve performance. Since the pages are cached asp.net doesn’t have to regenerate the html for every request.
For more information see:
Output caching lets you cache the output of static aspx pages or portions of pages to improve performance. Since the pages are cached asp.net doesn’t have to regenerate the html for every request.
For more information see:
Share with