ASP.NET Debugging
Debugging from an ASP.NET and Azure Engineer. Posts are from customer issues and things I feel may be useful.
SOS: Upcoming release has a few new commands – HeapStat
There are a lot of times where all you want to see are the sizes of the various heaps and...
Author: ASP.NET Debugging Date: 06/30/2008
SOS: Upcoming release has a few new commands – DumpXmlDocument
If you have done much debugging with XML data, you know how difficult it can be to look at a...
Author: ASP.NET Debugging Date: 06/27/2008
SQL Injection – some tools to help
Joe Stagner posted about some great tools that you can use to help with SQL Injection. This is...
Author: ASP.NET Debugging Date: 06/26/2008
ASP.NET Tips: Finding what is taking up memory
There are some times that you want to figure out what is taking up your memory. There are a...
Author: ASP.NET Debugging Date: 06/25/2008
ASP.NET Tips: Using Process Explorer to help with high CPU
I am not sure how many people are familiar with the great tools that Mark and the Sysinternals folks...
Author: ASP.NET Debugging Date: 06/24/2008
ASP.NET and Performance
I wanted to talk about monitoring performance in ASP.NET for a bit. I have already posted a...
Author: ASP.NET Debugging Date: 06/23/2008
Unleashing the power of your employees
There have been a lot of exciting things going on around the Internet dealing with capturing...
Author: ASP.NET Debugging Date: 06/20/2008
Blog Chat: What would you like to talk about?
I am thinking of having another chat in the coming weeks and wanted to see if there were any topics...
Author: ASP.NET Debugging Date: 06/19/2008
SOS: Upcoming release has a few new commands – ported from 1.x
These are not a new command in some regards as they were added to the 1.x version of SOS that ships...
Author: ASP.NET Debugging Date: 06/18/2008
SOS: Upcoming release has a few new commands – DumpThreadConfig
Since we are actively working on getting an updated version of SOS added to the debugger package...
Author: ASP.NET Debugging Date: 06/17/2008
MVC Information for ASP.NET
Since so many people mentioned MVC in my post asking about future updates that you are most looking...
Author: ASP.NET Debugging Date: 06/15/2008
What Future Update are you looking forward to most?
There are so many updates coming in the near future, I'd love to hear which one you are most excited...
Author: ASP.NET Debugging Date: 06/11/2008
Documentation, and Where to Find It
There are a lot of places to look for Microsoft documentation currently online. Depending on...
Author: ASP.NET Debugging Date: 06/10/2008
Cannot create/shadow copy 'File Name' when that file already exists
The two common errors are Cannot create/shadow copy 'File Name' when that file already exists....
Author: ASP.NET Debugging Date: 06/09/2008
How to Dump when a Function Fails
So here are the steps you can use in the debugger to get it to create a process dump when a given...
Author: ASP.NET Debugging Date: 06/06/2008
Hyper-V part 2
So I have installed a few different Virtual Machines(VMs) for Hyper-V and I am really liking it so...
Author: ASP.NET Debugging Date: 06/05/2008
Update coming for SOS
It is still pretty early in the process, but I wanted to let you know that we are going to be adding...
Author: ASP.NET Debugging Date: 06/04/2008
Hyper-V part 1
So I have begun working with Hyper-V, see my previous post here. And it is really quiet an...
Author: ASP.NET Debugging Date: 06/03/2008
SQL Injection continued
My previous post on this topic generated so much discussion that I thought I should post about it...
Author: ASP.NET Debugging Date: 06/02/2008
Other bloggers you may want to check out
If you are into reading about ASP.NET, Debugging, or any of the other topics that I write about,...
Author: ASP.NET Debugging Date: 05/30/2008
REMIX08 Demo of using DeepZoom to it’s fullest
If you weren’t at REMIX08 and want to see what Jose showed in his demo, just watch the video below....
Author: ASP.NET Debugging Date: 05/30/2008
SQL Injection and how to avoid it
It isn't as big of a deal at the moment, but it is always good to make sure everyone is aware of...
Author: ASP.NET Debugging Date: 05/29/2008
ASP.NET and Virtual Machines
I am beginning to install Hyper-V on one of my machines and set up a few virtual machines. I...
Author: ASP.NET Debugging Date: 05/28/2008
ASP.NET Application Life Cycle
Have you ever wondered about all the stages that an ASP.NET request goes through? Ever wonder...
Author: ASP.NET Debugging Date: 05/27/2008
ASP.NET Tips: Expression Web vs Visual Studio
So there are now two different editors that are out from Microsoft. There is Visual Studio...
Author: ASP.NET Debugging Date: 05/23/2008
ASP.NET, Visual Studio and Vista
I know that Vista has been out for a while, but just in case people are looking for information on...
Author: ASP.NET Debugging Date: 05/22/2008
Visual Studio 2008 and .NET Framework SP1 Beta
Just in case anyone hasn't heard yet, we have released a beta of Visual Studio 2008 and the .NET...
Author: ASP.NET Debugging Date: 05/20/2008
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...
Author: ASP.NET Debugging Date: 05/20/2008
What is the story with these files ending with ni?
If you have done much debugging with .NET 2.0, you have probably come across these files...
Author: ASP.NET Debugging Date: 05/19/2008
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...
Author: ASP.NET Debugging Date: 05/19/2008
ANSWER: POP QUIZ: What’s wrong with this code – part 2
This was a trick question. There is actually nothing wrong with this code. Take a look...
Author: ASP.NET Debugging Date: 05/16/2008
Your debugging experience - I want to hear from you
So I would like to hear from you guys. I am getting ready to start working a lot on creating...
Author: ASP.NET Debugging Date: 05/15/2008
ASP.NET Tips: What to gather to troubleshoot - part 3a - Crash revisited
In the previous post around capturing a dump for a crash, we were talking about using...
Author: ASP.NET Debugging Date: 05/15/2008
POP QUIZ: What’s wrong with this code – part 2
Here is another snippet of code for you to look at and tell me what is wrong. As before, give...
Author: ASP.NET Debugging Date: 05/15/2008
Silverlight 2.0 and NFL Free Agency
This is a really cool application that shows off the power of Silverlight 2.0. You can use...
Author: ASP.NET Debugging Date: 05/14/2008
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...
Author: ASP.NET Debugging Date: 05/14/2008
In case you missed MIX
There were a lot of great sessions at MIX this year and in case you missed them, I wanted to let you...
Author: ASP.NET Debugging Date: 05/14/2008
The WorldWide Telescope
If you haven’t heard of this project, now is a great time to check it out. You can find the...
Author: ASP.NET Debugging Date: 05/13/2008
Debugging .NET Framework Source Code
I am not sure how many people are familiar with the .NET Reference Source project, but if you do a...
Author: ASP.NET Debugging Date: 05/13/2008
How to create a virtual machine from a physical one
One of the common things that we run into is the ability, or lack there of, to reproduce an...
Author: ASP.NET Debugging Date: 05/12/2008
Getting more information from !clrstack
When debugging, some of you may have noticed that looking at a managed callstack looks a little...
Author: ASP.NET Debugging Date: 05/09/2008
ASP.NET Tips: What to gather to troubleshoot – part 2 – High Memory
Identifying a Memory leak A Memory Leak in an IIS process (INETINFO.EXE, DLLHOST.EXE, W3WP.EXE)...
Author: ASP.NET Debugging Date: 05/05/2008
Job openings with the .NET Framework Team
Are you interested in working on .NET and helping to shape it’s future? The .NET Framework...
Author: ASP.NET Debugging Date: 05/01/2008