ASP.NET Tip: How to avoid creating a GC Hole

Posted: Sep 25, 2008  1 comments  

Average Rating

Tags
.NET
ASP.NET
Crash
Debugging
IIS
There are only a few things that can make a .NET process crash.  The most common one is an Unhandled Exception getting raised.  Another way that is can happen is by creating a GC Hole. What is a GC Hole So first a little background on what I Read More...

View the original post

Comments

Submit a Comment

Microsoft Communities