Jul 02, 2008
I cannot stress this enough. It is very important that you use the same architecture for the debugger as the process that you are trying to troubleshoot. Wrong version when capturing a dump If you use a 64-bit debugger to capture a dump of a32-bit...
1 comments
Filed under: Debugging, ASP.NET, IIS, .NET
Jun 30, 2008
There are a lot of times where all you want to see are the sizes of the various heaps and generations. For the heaps, you can use !eeheap -gc to see the sizes, but the output can be a little difficult to read as it prints out so much other stuff...
1 comments
Filed under: Debugging, ASP.NET, IIS, .NET, SOS
Jun 27, 2008
If you have done much debugging with XML data, you know how difficult it can be to look at a System.Xml.XmlDocument. They don’t just show up in the debugger as XML. This is where this command comes into play. It will take a XmlDocument...
1 comments
Filed under: Debugging, ASP.NET, IIS, .NET, SOS
Jun 25, 2008
There are some times that you want to figure out what is taking up your memory. There are a few ways that you can do this and some limitations put on this by .NET and ASP.NET. Memory in a dump file If you are looking at a dump file, the first thing...
1 comments
Filed under: Debugging, ASP.NET, IIS, .NET, High Memory, Windows
Jun 23, 2008
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...
2 comments
Filed under: ASP.NET Tip, Debugging, ASP.NET, IIS, .NET, Microsoft, High Memory, Hang, High CPU, Crash
Jun 19, 2008
I am thinking of having another chat in the coming weeks and wanted to see if there were any topics that you really wanted to talk about. We seemed to get a lot of discussion going around SQL Injection so I thought that may be a good topic. ...
2 comments
Filed under: Debugging, ASP.NET, IIS, .NET, Chat, Microsoft
Jun 18, 2008
These are not a new command in some regards as they were added to the 1.x version of SOS that ships with the debugger package. But if you haven’t been using that before, these are new commands: ASP.NET Tips: Debugger command you may not know about...
2 comments
Filed under: Debugging, ASP.NET, IIS, .NET, SOS
Jun 17, 2008
Since we are actively working on getting an updated version of SOS added to the debugger package that will work with .NET 2.0 and later, I thought I would post about some of the new functionality that you can expect to see in the updated version. The...
2 comments
Filed under: Debugging, ASP.NET, IIS, .NET, SOS