ASP.NET applications running out of memory?
Posted
Wednesday, April 25, 2007 12:40 PM
by
HosterPoster
One thing you can do to help save memory usage is to enable the WorkstationGC. The GC, or garbage collector, manages the memory for appDomains.
http://support.microsoft.com/kb/911716