Browse by Tags
All Tags »
High Memory
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
Read More...
Some common causes of OutOfMemoryExceptions in ASP.NET applications and information on how to resolve these exceptions.
Read More...
Here are last weeks updates to the ASP.NET Debugging blog: Code Gallery and CodePlex, how are they different and what are their benefits? An Open Debugger Extension Job openings with the .NET Framework Team ASP.NET Tips- What to gather to troubleshoot
Read More...
If you are going to use a finalizer in your .NET class, be sure to read this post so that you understand when you should and shouldn’t use it: Understanding when to use a Finalizer in your .NET class
Read More...
A new blog posting about this can be found here: ASP.NET Tips- How to identify a COM call that is blocking GC, causing a memory leak
Read More...