ASP.NET applications running out of memory?

Posted: Apr 25, 2007  1 comments  

Average Rating

Tags
ASP.NET
IIS
Tips and Tricks

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

View the original post

Comments

Submit a Comment

Microsoft Communities