Sign in
ASP.NET Debugging
Debugging from an ASP.NET and Azure Engineer. Posts are from customer issues and things I feel may be useful.
Options
Blog Home
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET
AJAX
ASP.NET
ASP.NET Tip
Azure
Chat
Code
Crash
Debugging
Exceptions
Hang
High CPU
High Memory
IE8
IIS
IIS7
Microsoft
MVC
RIA
Silverlight
SOS
Trivia of the Day
Visual Studio
Windows
Windows Azure
Archive
Archives
May 2012
(2)
March 2012
(1)
February 2012
(2)
November 2011
(1)
April 2011
(1)
February 2011
(2)
July 2010
(1)
April 2010
(2)
March 2010
(2)
February 2010
(2)
December 2009
(1)
November 2009
(2)
September 2009
(3)
August 2009
(1)
June 2009
(3)
May 2009
(2)
April 2009
(8)
March 2009
(6)
February 2009
(6)
December 2008
(2)
November 2008
(3)
October 2008
(16)
September 2008
(24)
August 2008
(28)
July 2008
(28)
June 2008
(19)
May 2008
(30)
April 2008
(38)
March 2008
(23)
February 2008
(14)
January 2008
(6)
December 2007
(6)
November 2007
(7)
April, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ASP.NET Debugging
ANSWER: POP QUIZ: SOS not loading
Posted
over 5 years ago
by
ASP.NET Debugging
1
Comments
So this was a multi-part quiz. The answers to the 4 questions posed are: What is going on here? We are trying to load the mscordacwks file that corresponds with the dump. If we are unable to load this file, sos won’t work. This...
ASP.NET Debugging
POP QUIZ: SOS not loading properly
Posted
over 5 years ago
by
ASP.NET Debugging
10
Comments
So for this quiz, we are going to be looking at attempting to load sos.dll for the .NET Framework 2.0. We get a dump file, and when we try to run a command on the dump file, we get an error like: So reading this, we see that we should run .cordll -ve...
ASP.NET Debugging
Authentication options for multiple scenarios
Posted
over 5 years ago
by
ASP.NET Debugging
3
Comments
There are many types of scenarios that we have around ASP.NET and Authentication. You can see a number of the solutions we have at ASP.NET Authentication and a good talk about them at ASP.NET Wiki: Security: Authentication and Authorization . ...
ASP.NET Debugging
ASP.NET Tips: How to capture a dump
Posted
over 5 years ago
by
ASP.NET Debugging
6
Comments
There are multiple ways to capture a dump. There are some examples discussed in my previous post, HOWTO- Capture a dump on a specific managed exception . You can just use DebugDiag to capture a dump. The easiest way in DebugDiag is to...
ASP.NET Debugging
ASP.NET Tips: Debugger command you may not know about – converttickstodate
Posted
over 5 years ago
by
ASP.NET Debugging
8
Comments
Here is another command that can really help to figure out what is happening. If you have spent much time looking at managed dumps, you have probably come across the problem of trying to look at a System.DateTime or System.TimeSpan object. ...
ASP.NET Debugging
Debugging videos anyone?
Posted
over 5 years ago
by
ASP.NET Debugging
29
Comments
I am considering creating some videos showing some debugging tips. My original idea is to create short videos that just some doing some specific things. So not full debug sessions, but rather specific parts. So that when you are debugging...
ASP.NET Debugging
ASP.NET Tips: Debugger command you may not know about - gcref
Posted
over 5 years ago
by
ASP.NET Debugging
8
Comments
During the course of debugging, often times you will find an object that you would like to know where it came from (who allocated the object). The first command you will want to run is !gcroot . But this command will only find the object if...
ASP.NET Debugging
Silverlight information and some cool videos around it
Posted
over 5 years ago
by
ASP.NET Debugging
4
Comments
So there has been a lot of information released around Silverlight and the new version which works with ASP.NET (Silverlight 2.0). There have been some amazing videos created showing off all that Silverlight can do. For example: And the really cool...
ASP.NET Debugging
Tips for IE8
Posted
over 5 years ago
by
ASP.NET Debugging
9
Comments
So after using IE8 for a while now, there are a few things that are useful for people to keep in mind. First, there are a lot of changes in IE8. I am really excited about some of them, such as WebSlices. They give you the ability to...
ASP.NET Debugging
RECAP: ASP.NET Blog Chat
Posted
over 5 years ago
by
ASP.NET Debugging
7
Comments
Thanks to everyone that attended the chat we had today on Tess and my pages. I think it went really well and we are going to continue these in the future and hopefully get to some more topics. I just wanted to let everyone know that we are going...
ASP.NET Debugging
ASP.NET Blog Chat
Posted
over 5 years ago
by
ASP.NET Debugging
2
Comments
Welcome to the first blog chat for ASP.NET Debugging. I hope you enjoy this and please let me know your comments on the experience. I am planning on posting a recap of the conversation (or question and answers) after we are done to the blog...
ASP.NET Debugging
ASP.NET Tips: Debugger command you may not know about – finddebugmodules
Posted
over 5 years ago
by
ASP.NET Debugging
4
Comments
So there are a couple different things that can affect performance of your ASP.NET application. One of them is if you are running with debug builds of your files. This is where this command comes in. When run, it will tell you any modules...
ASP.NET Debugging
Useful appcmd commands
Posted
over 5 years ago
by
ASP.NET Debugging
1
Comments
So with IIS7, there is a new way to get data out about your web server, using the new appcmd.exe process. To start out with, the best place to start is with: Things you can do by piping appcmd commands There are a lot of useful commands listed there that...
Page 2 of 2 (38 items)
1
2