I have an ASP.NET website that seems to be using a lot of memory. I left it for 7 hours on Sunday and it reached 3.2 GB. I thought .NET handles all its garbage collection objects / free 'd etc., so I'm not sure where to start looking for a solution.
The website uses XML heavily, so I thought this might be a problem, but I used the global use of XMLSerializer to try to eliminate this.
I also have a custom handler that processes all the images, resizes, caches, and then loads from the cache where it can. Could this be causing any problems?
Sorry I'm so vague, but the problem is that I don't know where to start with this problem. Any help was appreciated.
Server Information: .NET 2.0 Server Windows 2008 IIS7
Thanks in advance.
source share