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.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
AJAX
ASP.NET
ASP.NET Tip
Azure
Chat
Code
Crash
Debugging
Exceptions
Hang
High CPU
High Memory
Hyper-V
IE8
IIS
IIS7
Microsoft
MVC
RIA
Silverlight
SOS
Trivia of the Day
Visual Studio
Windows
Archive
Archives
February 2012
(1)
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)
February, 2008
MSDN Blogs
>
ASP.NET Debugging
>
February, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ASP.NET Debugging
ASP.NET Tips: Add trace statements
Posted
over 4 years ago
by
ASP.NET Debugging
2
Comments
So I am going to start a new topic revolving around some useful tips for ASP.NET developers. The first one is rather simple but very effective. When you are creating your site, it is a good idea to add some tracing to your application for times...
ASP.NET Debugging
ASP.NET Support Team Code Samples
Posted
over 4 years ago
by
ASP.NET Debugging
1
Comments
A few weeks ago, I mentioned the new MSDN Code Gallery . Well we now have a page setup for the ASP.NET Support Team . Feel free to check it out, we will be updating it with samples to help customers. There are only a few samples currently...
ASP.NET Debugging
HOWTO: Capture a dump on a specific managed exception
Posted
over 4 years ago
by
ASP.NET Debugging
4
Comments
So often times, we get an exception of interest, either we see it in the Event Log or we see it in a dump and we want to get a dump at the time of the exception to see what was happening. So how do we go about doing that? Well, the answer is, there are...
ASP.NET Debugging
ANSWER: POP QUIZ: Why should we pin a managed object?
Posted
over 4 years ago
by
ASP.NET Debugging
0
Comments
Thank you to everyone for answering the quiz. Seems like I started out with an easy question as everyone answered correctly. Congrats to Timothy Fries for being the first to answer and also for having such a complete answer. The answer: You pin...
ASP.NET Debugging
Upcoming virtual roundtable about Vista
Posted
over 4 years ago
by
ASP.NET Debugging
1
Comments
Have you ever wanted to talk to someone about Vista and what the challenges are around adopting and deploying it? Microsoft Technical Fellow and desktop guru Mark Russinovich will be hosting an interactive virtual roundtable—broadcast LIVE over...
ASP.NET Debugging
POP QUIZ: Why should we pin a managed object?
Posted
over 4 years ago
by
ASP.NET Debugging
10
Comments
Please leave your answer as a comment. I will approve all comments by the following day and give the answer sometime tomorrow or Friday. And for extra credit: Why we should unpin an object as quickly as we can?
ASP.NET Debugging
DreamSpark - VS for college students for free
Posted
over 4 years ago
by
ASP.NET Debugging
1
Comments
Are you a student at a college? Do you like to program and wish you could use all the cool Visual Studio software that you hear about? Well if so, today is your lucky day. Microsoft has started giving away all the tools you need to create...
ASP.NET Debugging
High Memory part 5 - Fragmentation
Posted
over 4 years ago
by
ASP.NET Debugging
5
Comments
So in our previous High Memory posts, we have talked about situations that are all causes of memory to appear high when looking at the process in Task Manager or Perfmon. But in most situations, you aren't going to be monitoring these tools. So the...
ASP.NET Debugging
Having problems with Visual Studio or .NET?
Posted
over 4 years ago
by
ASP.NET Debugging
2
Comments
If you are having issues with Visual Studio or the .NET Framework, but you don't want to create a case with Microsoft Support, there is another option for you. So first, if you are having a critical issue or need the issue looked at quickly to get to...
ASP.NET Debugging
The Truth about Microsoft
Posted
over 4 years ago
by
ASP.NET Debugging
2
Comments
If you ever wondered what life is really like at Microsoft, here is a 4 minute video all about what things are like here at Microsoft. So feel free to take a closer look at Life At Microsoft - The Truth Revealed
ASP.NET Debugging
VS 2008 Web Development Hot-Fix Roll-Up Released
Posted
over 4 years ago
by
ASP.NET Debugging
0
Comments
As mentioned on Scott's blog , we released a rollup that has many fixes in it. Most of them are performance improvements so I would strongly recommend it to anyone that is using Visual Studio 2008 for Web Development. You can download this rollup...
ASP.NET Debugging
High Memory part 4 - Managed Strings
Posted
over 4 years ago
by
ASP.NET Debugging
12
Comments
So the last high memory post, High Memory part 3 , focused on native memory that was the problem, let's get back to our normal, managed world. So other then DataTables which we save in the previous post, High Memory continued , what else could cause us...
ASP.NET Debugging
High Memory part 3 - Native Heap
Posted
over 4 years ago
by
ASP.NET Debugging
9
Comments
So let's continue our digging into Memory problems and how to track down what is happening. So our last post, High Memory continued , went into how to look into the managed heap and if the problem is a System.Data.DataTable, we can look at it and see...
ASP.NET Debugging
Memory issues with .NET 2.0 on x64 machines
Posted
over 4 years ago
by
ASP.NET Debugging
4
Comments
So there have been a few issues we have seen with .NET 2.0 when it is running on large 64-bit machines that have a lot of memory. This is commonly seen if the machine in question has at least 4GB of RAM per CPU. So like 32 GB of RAM with 8...
Page 1 of 1 (14 items)