I have been browsing the web looking for caching information but cannot find anything that pinpoints what I am looking for.
I have an ASP.NET website and haven't specifically done anything with caching yet (just relying on IIS7 / ASP.NET defaults at the moment). I don't have much knowledge on caching so I would like a list of things I "should" be doing and also some things that would help the application in general but may not be necessary. My applications memory is running higher than I would like and I believe caching will at least help take some load off the server's memory.
Runn开发者_运维百科ing: IIS7, ASP.NET2 Application
Thanks.
Check this tips Top 10 Performance Improvements in IIS 7.0
精彩评论