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
Tags: DebuggingASP.NETIIS.NETHigh MemoryWindows
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
Tags: ASP.NET TipDebuggingASP.NETIIS.NETMicrosoftHigh MemoryHangHigh CPUCrash
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
Tags: DebuggingASP.NETIIS.NETChatMicrosoft
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
Tags: DebuggingASP.NETIIS.NETSOS
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
Tags: DebuggingASP.NETIIS.NETSOS
Jun 09, 2008
The two common errors are Cannot create/shadow copy 'File Name' when that file already exists. Usually get this message usually when in a debug/edit/debug cycle after successfully building a C# solution and pressing F5 to debug it. Exception Details:...
2 comments
Tags: DebuggingASP.NETIISVisual Studio
Jun 04, 2008
It is still pretty early in the process, but I wanted to let you know that we are going to be adding SOS for .NET 2.0 to the Debugger package , with all of the new functionality that I have been referencing in my posts here. I am actively trying to get...
1 comments
Tags: DebuggingASP.NETIIS.NETMicrosoftSOS
May 21, 2008
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...
2 comments
Tags: ASP.NET TipDebuggingASP.NETIIS.NETHigh MemoryHangHigh CPUCrash