Following are two articles the explains in the examples how what to do if you .Net application creating memory leak. Memory Leak Detection in .Net .NET Memory Leak: XmlSerializing your way to a Memory Leak In general is: 1. Use performance monitoring to initial analisys 2. Use WinDbg tool from Microsoft to identify the real problem (assembly)
ASP.NET tips, problems and solutions discovered during development