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)
April, 2009
MSDN Blogs
>
ASP.NET Debugging
>
April, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ASP.NET Debugging
How are production ASP.NET site problems applied in the future?
Posted
over 3 years ago
by
ASP.NET Debugging
3
Comments
There are a lot of different things you can use to monitor a production ASP.NET web site for problems. Some of the most common are logging, perfmon counters and the like. There is also the method of getting feedback from people using the site...
ASP.NET Debugging
Creating interesting Silverlight chart datapoints
Posted
over 3 years ago
by
ASP.NET Debugging
2
Comments
I was reading this great post by Jeff Wilcox and quickly found out that some of the needed code to get this to work was missing from his post. So I went about recreating the missing parts and getting this to work. Here is what mind looks like now...
ASP.NET Debugging
Logging modules for ASP.NET (MVC) and also for Windows Azure
Posted
over 3 years ago
by
ASP.NET Debugging
4
Comments
I was just reading through Scott Hanselman’s post about ELMAH and this sounds like a great idea. Getting a easy to consume report of all of your exceptions is a wonderful thing, especially when you add in that you can get it as an RSS feed, an email...
ASP.NET Debugging
Any ASP.NET Debugging requests?
Posted
over 3 years ago
by
ASP.NET Debugging
14
Comments
With us starting to look forward to .NET 4.0, I started to think about the debugging story for ASP.NET and wondered if you had any requests for what you would like to see. Some of the things that are on my mind are ideas like: Giving some kind of visual...
ASP.NET Debugging
MSDN updates
Posted
over 3 years ago
by
ASP.NET Debugging
2
Comments
Scott Hanselman did a great post about some of the new and upcoming features of MSDN that everyone should check out if you haven’t already. You can read all his great details here . This got me thinking about MSDN and some of the new things that...
ASP.NET Debugging
ASP.NET MVC and JSON and when do you use Async
Posted
over 3 years ago
by
ASP.NET Debugging
4
Comments
I wanted to post somewhat of a discussion starter around some of the new technologies that ASP.NET has recently released. ASP.NET MVC This technology has one huge benefit of allowing you to do unit testing on your site. But there are also a number...
ASP.NET Debugging
Silverlight 3 RIA controls and how they load
Posted
over 3 years ago
by
ASP.NET Debugging
4
Comments
If you have started playing with the RIA controls for Silverlight, one thing that you will need to understand is that when you get a DomainContext and call one of the load commands, that it does this async. So if you do something like: var context = new...
ASP.NET Debugging
Microsoft Elevate America
Posted
over 3 years ago
by
ASP.NET Debugging
0
Comments
If you are thinking about a career in IT, this is a great new think that you can look into. According to the site: Microsoft is partnering with private, public and community organizations to bring you Elevate America – access to free and low cost...
Page 1 of 1 (8 items)