I got an asp.net application that seems to be leaking lot of memory and the memory usage of W3WP continues to grow until AppPool recycles. I did the memory profiling, improved some part of code but it still having same problem.
I am bit confused about the memory management in an ASP.NET website, is it always the problem with code or some settings in IIS!
To check that I created a new server with a new asp.net website with only one default.aspx page (with some static text). Even than on every refresh of the page in browser the memory keeps increasing by about 200MB and more.
I did spend lot of time searching for the issue but can’t find any solution. Any ideas/help with getting to the bottom of this problem would be appreciated.