Any suggestions on how to do browser caching within a asp.net application. I\'ve found some different methods online but wasn\'t sure what would be the best. Specifically, I
You can cache static content by adding following code in web.config
See the clientCache documentation for more details.