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)
December, 2007
MSDN Blogs
>
ASP.NET Debugging
>
December, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ASP.NET Debugging
High Memory continued - Datatables
Posted
over 5 years ago
by
ASP.NET Debugging
6
Comments
So in a previous post, High memory, CPU, or other performance problems with .NET , we began to give some things to look for when dealing with High Memory. So what if debug isn't set and we aren't using debug modules? So the best thing to do first is...
ASP.NET Debugging
When error handlers go wrong
Posted
over 5 years ago
by
ASP.NET Debugging
1
Comments
It is good to create an error handler for your code and ASP.NET is no exception. But there are some things to keep in mind when you are writing the code that will handle the exception. Most notably, don't have your function or any function...
ASP.NET Debugging
What's the deal with declaring something static
Posted
over 5 years ago
by
ASP.NET Debugging
3
Comments
We have a few customer who are using statics and not really understanding what they are creating. There is a very good explanation at: http://msdn2.microsoft.com/en-us/library/98f28cdx(VS.71).aspx The summary of the important parts of that are:...
ASP.NET Debugging
Dynamic Assemblies and what to do about them
Posted
over 5 years ago
by
ASP.NET Debugging
6
Comments
The Problem and Solutions One thing that can be really tricky to track and and figure out are dynamic assemblies. A common situation where they may be a problem is if your process isn't using much memory, yet you are running out of memory. ...
ASP.NET Debugging
Unhandled exceptions causing ASP.NET to crash in .NET 2.0
Posted
over 5 years ago
by
ASP.NET Debugging
0
Comments
Sometimes you may see an error like the following when you have an ASP.NET application that has crashed, an event message that is similar to the following may be logged in the System log: Event Type: Warning Event Source: W3SVC Event Category: None...
ASP.NET Debugging
Is Home Server right for you?
Posted
over 5 years ago
by
ASP.NET Debugging
2
Comments
There is a new, and humorous way to check out Windows Home Server and see if it it right for you. Take a look at the new campaign for it at http://www.stayathomeserver.com . There are already a few videos up there and more are on the way....
Page 1 of 1 (6 items)