Aug 18, 2009
One of my customers had a problem on his IIS server, where the IIS process hosting his web application was suffering from very high memory utilization over time. Eventually the process got so high in memory that the web application became completely unresponsive...
5 comments
Tags: High MemoryToolscapture dump
May 22, 2009
When the .NET Framework was first released, many developers believed the introduction of the garbage collector meant never having to worry about memory management ever again. In fact, while the garbage collector is efficient in managing memory in a managed...
4 comments
Tags: ASP.NETHigh Memory