Browse by Tags

Related Posts

  • ASP.NET Tips: Looking at the finalization queue

    So in a previous post, we talked about Understanding when to use a Finalizer in your .NET class so now lets take a look at what the Finalize queue looks like and how to tell if things are bad. The command we use is !finalizequeue in sos: 0:010> !finalizequeue Read More......( read more )
    Posted to iis (Weblog) by Anonymous on 04-28-2008, 12:00 AM
    Filed under: IIS, ASP.NET, Debugging, .NET, ASP.NET Tip
  • ASP.NET Tips: What to gather to troubleshoot - part 4 - Deadlocks

    There are two ways to gather data in a Deadlock situation.  If you are using Windows 2003 or later (IIS 6.0 or later), then follow the steps in the KB 828222 If you are using an older version of IIS, then follow the steps below: Before the issue Read More......( read more )
    Posted to iis (Weblog) by Anonymous on 05-14-2008, 12:00 AM
    Filed under: IIS, ASP.NET, Debugging, .NET, ASP.NET Tip, Hang
  • ASP.NET Tips: What to gather to troubleshoot - part 5 - OutOfMemoryException

    So we already talked about what to gather when you are experiencing high memory .  But what if you are actually getting a System.OutOfMemoryException?  Here is how you capture a dump at the time you are running out of memory. The following steps Read More......( read more )
    Posted to iis (Weblog) by Anonymous on 05-19-2008, 12:00 AM
    Filed under: IIS, ASP.NET, Debugging, .NET, ASP.NET Tip, High Memory, Exceptions
  • ASP.NET Tips: What to gather to troubleshoot - part 6 - Recycle due to memoryLimit

    Here is another situation that you may come across and what to do in order to gather information about it. The following steps will configure DebugDiag to automatically capture a memory dump of the ASPNET_WP.exe process recycling when it exceeds the memoryLimit Read More......( read more )
    Posted to iis (Weblog) by Anonymous on 05-20-2008, 12:00 AM
    Filed under: IIS, ASP.NET, Debugging, .NET, ASP.NET Tip, High Memory, Crash
  • ASP.NET Tips: What to gather to troubleshoot

    So now that I am done with all the individual posts, I thought I would wrap them all together.  So here are all of the posts that I created on gathering information when you are having a problem. Please keep in mind that these are geared towards Read More......( read more )
    Posted to iis (Weblog) by Anonymous on 05-21-2008, 12:00 AM
    Filed under: IIS, ASP.NET, Debugging, .NET, ASP.NET Tip, High Memory, Hang, High CPU, Crash
  • ASP.NET and Performance

    I wanted to talk about monitoring performance in ASP.NET for a bit.  I have already posted a few postings that talk around this issue, namely: ASP.NET Debugging - High Memory part 5 – Fragmentation ASP.NET Debugging - ASP.NET Tips- How to use DebugDiag Read More......( read more )
    Posted to iis (Weblog) by Anonymous on 06-23-2008, 12:00 AM
    Filed under: IIS, ASP.NET, Debugging, .NET, Microsoft, ASP.NET Tip, High Memory, Hang, High CPU, Crash
  • ASP.NET Tips: Loading a DLL out of the bin directory

    Question A customer has created a web project which references a class library project.  When deployed to the local machine the web/classes all work fine.  When deployed to a ‘shared’ IIS site, the class DLLs exist in the /bin folder, but the Read More......( read more )
    Posted to iis (Weblog) by Anonymous on 07-21-2008, 12:00 AM
    Filed under: IIS, ASP.NET, .NET, ASP.NET Tip
  • ASP.NET Tip: ASP.NET MSDN Site

    Have you checked out the MSDN site for ASP.NET lately?  It is full of useful information.  You can find it at the ASP.NET Developer Center .  My favorite things to check out are the “How Do I” videos.  They can be really helpful and Read More......( read more )
    Posted to iis (Weblog) by Anonymous on 08-20-2008, 12:00 AM
    Filed under: IIS, ASP.NET, .NET, ASP.NET Tip
Page 1 of 1 (8 items)
Microsoft Communities