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)
July, 2008
MSDN Blogs
>
ASP.NET Debugging
>
July, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ASP.NET Debugging
Logic Puzzle: Buying donuts puzzle
Posted
over 4 years ago
by
ASP.NET Debugging
36
Comments
I thought it would be fun to try something new here. So I am going to present a logic puzzle and let people try to answer it. I will post the solution in the future but I want to give people a chance to try to solve it. So here is the first...
ASP.NET Debugging
Live Mesh update
Posted
over 4 years ago
by
ASP.NET Debugging
8
Comments
Not sure if everyone saw, but Microsoft has expanded the size of the Tech Preview for Live Mesh. You can see the announcement on the Live Mesh Forum . So what was announced? Well there are two main things: Doubled the maximum number of users...
ASP.NET Debugging
SOS: Request for feedback
Posted
over 4 years ago
by
ASP.NET Debugging
7
Comments
I have asked in the past, but wanted to ask again as it has been a while and there are different people looking at this blog now. Does anyone have any feedback on the SOS debugger extension? I am looking for things like: What commands are missing...
ASP.NET Debugging
SOS: Commands not working on a mini-dump
Posted
over 4 years ago
by
ASP.NET Debugging
3
Comments
Problem So occasionally I run into people trying to analyze a managed mini-dump and they have problems. They run a command like !dumpobj and it fails. Cause The reason that these commands fail is that the CLR stores all it’s data in virtual memory...
ASP.NET Debugging
Hyper-V continued
Posted
over 4 years ago
by
ASP.NET Debugging
6
Comments
Just wanted to give a brief update on using Hyper-V. I can’t seem to find a reason to not use it. Right now I can run all my different machines, at any time and when needed, and do everything I need to do for work. I can also keep things...
ASP.NET Debugging
Do you think about supportability?
Posted
over 4 years ago
by
ASP.NET Debugging
6
Comments
So I wanted to get a read on how people design their web sites. My thinking is that there isn’t much time spent in planning for supportability. There are a lot of other concerns that take priority, What is more important – Design or Content...
ASP.NET Debugging
ASP.NET Tips: DumpAllExceptions output changes
Posted
over 4 years ago
by
ASP.NET Debugging
1
Comments
The first time you run !DumpAllExceptions you will see it print out one full exception for each type of exception that is in the dump. This will include the message and the callstack of the exception. For example: Any time after that, if you run...
ASP.NET Debugging
ANSWER: POP QUIZ: What are Free Threads in the Threadpool
Posted
over 4 years ago
by
ASP.NET Debugging
7
Comments
So I was hoping to get some more comments to this before posting the answer but I guess that isn’t going to happen. The minFreeThreads and minLocalRequestFreeThreads are very important settings when it comes to how much load your webserver can handle...
ASP.NET Debugging
Windows Home Server update
Posted
over 4 years ago
by
ASP.NET Debugging
2
Comments
Monday morning the Windows Home Server Power Pack 1 update package and release notes went live on the Microsoft Download Center. This is great news to anyone that has been using this product. Power Pack 1 fixes the data corruption bug as well as...
ASP.NET Debugging
BLOG CHAT RECAP: SQL Injection
Posted
over 4 years ago
by
ASP.NET Debugging
2
Comments
We had a good chat on Friday and I think we got most, if not all, of the questions answered in regards to SQL Injection. For those of you that missed the chat, check out the transcript here . If there is anything that we missed, please feel free...
ASP.NET Debugging
ASP.NET Tips: Loading a DLL out of the bin directory
Posted
over 4 years ago
by
ASP.NET Debugging
8
Comments
Question A customer has created a web project which references a class library project. When deployed to the local machine the web/classes all work fine. When deployed to a ‘shared’ IIS site, the class DLLs exist in the /bin folder, but the...
ASP.NET Debugging
BLOG CHAT: SQL Injection – Today
Posted
over 4 years ago
by
ASP.NET Debugging
1
Comments
Just a quick reminder that our blog chat on SQL Injection is today at 2:00 PM EST or 11:00 AM PST. Hope to see everyone there. You can get to the chat here: MSDN Online Chat Or you can add the Outlook reminder: Add to Calendar Look forward...
ASP.NET Debugging
Terrarium anyone?
Posted
over 4 years ago
by
ASP.NET Debugging
2
Comments
Not sure how many people remember the old Terrarium application, but it is making a comeback. This time, as a project for and by the community. You can get more information on the background and what this application is by reading Reintroducing...
ASP.NET Debugging
Software Applications, the targets of vulnerabilities
Posted
over 4 years ago
by
ASP.NET Debugging
5
Comments
I was just reading Soma’s blog post How vulnerable are software applications? and it really makes you think about how and what you create as an application designer. According to a 2005 FBI survey, U.S. businesses lost $67.2 billion because of cyber...
ASP.NET Debugging
Windows Internal Beta Exam 70-660
Posted
over 4 years ago
by
ASP.NET Debugging
6
Comments
I wanted to pass along some really exciting news if you haven’t heard about it yet, we are getting ready to release a new certification that targets developers and IT professionals who need to know about the internals of Windows for their job. You...
ASP.NET Debugging
What is more important – Design or Content
Posted
over 4 years ago
by
ASP.NET Debugging
27
Comments
So I have often wondered about the priorities that are going into site design these days. I know everything is important, but if you had to rank things, what would be the most important thing? The big debate I see comes down too, is it more important...
ASP.NET Debugging
Debugging ASP.NET on a Production Server 101
Posted
over 4 years ago
by
ASP.NET Debugging
8
Comments
So I thought I would put all the information together in one place that I have been creating over the past few months. I’ll try to go through all the steps and the different things that you will need to use in order to track down a problem. Realizing...
ASP.NET Debugging
Unable to use Session State Server
Posted
over 4 years ago
by
ASP.NET Debugging
5
Comments
Issue ASP.NET site running under .NET 2.0 has the following setting in web.config: <sessionState mode="StateServer" stateNetworkTimeout="10" cookieless="false" timeout="30"/> When the application...
ASP.NET Debugging
BLOG CHAT: SQL Injection
Posted
over 4 years ago
by
ASP.NET Debugging
4
Comments
So finally all the details have been worked out. We are going to have this chat on Friday July 18th. At 2:00 PM EST. That is 11:00 AM PST. Shortly I will have a link where you can add a reminder to your calendar about this chat. ...
ASP.NET Debugging
Silverlight control samples for Beta 2
Posted
over 4 years ago
by
ASP.NET Debugging
3
Comments
Shawn has updates the Silverlight Control tutorial for Beta 2. Not only is this a good thing because of some of the changes in the Silverlight platform, but there was a big addition that greatly simplifies creating controls, Visual State Manager...
ASP.NET Debugging
What would make troubleshooting easier
Posted
over 4 years ago
by
ASP.NET Debugging
16
Comments
So I have asked How do you Troubleshoot ASP.NET problems- so now I would like to know what would you like to see that would allow you to figure out issues faster? I have a few ideas of my own, but I don’t want to sway anyone in one way or another. Would...
ASP.NET Debugging
POP QUIZ: What are Free Threads in the Threadpool
Posted
over 4 years ago
by
ASP.NET Debugging
4
Comments
So here is the next trivia question for everyone. If you have tried to change the Threadpool settings for .NET, you have seen the minFreeThreads and minLocalRequestFreeThreads settings. What are those settings really used for? What do they...
ASP.NET Debugging
Using .NET for Mobile Applications
Posted
over 4 years ago
by
ASP.NET Debugging
1
Comments
Chris Craft has done a great job in getting a lot of people excited over using .NET for Mobile Applications. He has created a new application each day for 30 days. Some of these are not too complicated, but they are all very cool. With...
ASP.NET Debugging
Migrating to Debugging .NET after Win32
Posted
over 4 years ago
by
ASP.NET Debugging
1
Comments
One of the more difficult things about getting started with .NET Debugging is the mental shift that you have to make. Troubleshooting changes The first problem that I had with .NET was trying to look at everything using dd and just walking through memory...
ASP.NET Debugging
How do you Troubleshoot ASP.NET problems?
Posted
over 4 years ago
by
ASP.NET Debugging
5
Comments
I’d love to hear how people go about digging into various problems. I have heard of people using logging or tracing like log4net to allow some tracing, but what about other problems which that can’t help with? So here are the topics I’d like to...
Page 1 of 2 (28 items)
1
2