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)
August, 2008
MSDN Blogs
>
ASP.NET Debugging
>
August, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ASP.NET Debugging
ANSWER: Logic Puzzle: Jelly Beans
Posted
over 4 years ago
by
ASP.NET Debugging
1
Comments
So this is the answer to the logic puzzle that was posted here . The fewest amount of bags that you can open is 1 and the fewest amount of beans to look at is also 1. How you go about it is that you realize that all of the bags are incorrect. So...
ASP.NET Debugging
IE8 Beta 2 Update
Posted
over 4 years ago
by
ASP.NET Debugging
8
Comments
So I have now been able to install Beta 2 on my machine and I just wanted to give my thoughts on it so far. Installation This was a little bit of a problem for me and the Beta 2 package didn’t uninstall Beta 1 automatically for me on my Vista x64 machine...
ASP.NET Debugging
IE8 Beta 2 is now out
Posted
over 4 years ago
by
ASP.NET Debugging
4
Comments
In case you haven't seen already, as announced here , IE8 Beta 2 can now be downloaded from http://www.microsoft.com/ie8 . Why is this important? Well, Beta 1 was for developers to see the new browser and test their sites with. This beta is...
ASP.NET Debugging
Logic Puzzle: Jelly Beans
Posted
over 4 years ago
by
ASP.NET Debugging
14
Comments
Hope this one is a little harder then the last one. Please keep in mind that all comments will remain hidden until I post the answer to allow others to try to solve it. Puzzle You work at a factory that creates bags of jelly beans. You make...
ASP.NET Debugging
ASP.NET Tip: Keep hidden files hidden
Posted
over 4 years ago
by
ASP.NET Debugging
3
Comments
I have seen a few cases of this so I wanted to let everyone know. If you install the FrontPage Server Extensions (FPSE) on a web server, it will install some configuration files in a directory under your web site called _vti_cnf. This folder...
ASP.NET Debugging
SOS Best Practice: Match the SOS version with the process being analyzed
Posted
over 4 years ago
by
ASP.NET Debugging
1
Comments
I haven’t seen a whole of of issues around this as of yet, but now that 3.5 SP1 has released that may change. If you copy SOS.dll to another location and then load it out of that directory to troubleshoot dumps, you may start seeing problems. ...
ASP.NET Debugging
Understanding How You Use This Blog
Posted
over 4 years ago
by
ASP.NET Debugging
1
Comments
Ed Jolly has asked me to post this, and I’m happy to oblige: Greetings Blog Readers, My name is Ed Jolly, and I am a director in the Commercial Technical Support (CTS) organization at Microsoft. I am here to request a few minutes of your time. We would...
ASP.NET Debugging
Known issues for ASP.NET with .NET 3.5 SP1
Posted
over 4 years ago
by
ASP.NET Debugging
5
Comments
Just wanted to give a heads up on two issues that we are aware of that were introduced with .NET 3.5 SP1. Issue: The HtmlForm action attribute is now honored when defined in declarative markup. Reason: 3.5 SP1 added a settable Action property to...
ASP.NET Debugging
SOS Feature Requests for the Future
Posted
over 4 years ago
by
ASP.NET Debugging
15
Comments
I know I have asked a similar question in the past, but what I would like to know now is, without any bounds on what it can do, what would you like to see from a troubleshooting tool for .NET? I am thinking about doing something radically different and...
ASP.NET Debugging
ASP.NET Tip: ASP.NET MSDN Site
Posted
over 4 years ago
by
ASP.NET Debugging
4
Comments
Have you checked out the MSDN site for ASP.NET lately? It is full of useful information. You can find it at the ASP.NET Developer Center . My favorite things to check out are the “How Do I” videos. They can be really helpful and...
ASP.NET Debugging
ANSWER Logic Puzzle: What comes next?
Posted
over 4 years ago
by
ASP.NET Debugging
2
Comments
Here is my answer to the puzzle that was posted here . Count the number of occurrences of a particular number in the above sequence along with the number itself. e.g here 13112221 One 1, One 3, Two Ones, 3 Twos, 1 One 1 ...
ASP.NET Debugging
Hyper-V and Visual Studio 2008 SP1
Posted
over 4 years ago
by
ASP.NET Debugging
9
Comments
So I wanted to post a little bit about my adventure with Visual Studio 2008 SP1 . I have a virtual machine that has Visual Studio 2008 installed on it. But it only has about 2 GB of free hard drive space on it. So when I went to install...
ASP.NET Debugging
Logic Puzzle: What comes next?
Posted
over 4 years ago
by
ASP.NET Debugging
43
Comments
What row of numbers comes next? 1 11 21 1211 111221 312211 13112221
ASP.NET Debugging
Comment Guidelines for this Blog
Posted
over 4 years ago
by
ASP.NET Debugging
5
Comments
As the community participates in the ASP.NET Debugging blog, I want to offer some guidelines on how I handle comments in general. My primary goal is for this to be a place for open discussion about ASP.NET, so I don’t want to have lots of overhead...
ASP.NET Debugging
Common Issue: Permission problems when using remote content
Posted
over 4 years ago
by
ASP.NET Debugging
8
Comments
We have had a number of customers run into problems when trying to store their ASP.NET Content on a remote machine. Whether that is just a UNC path from the web server or a DFS share. So I wanted to talk about the issues and how to resolve...
ASP.NET Debugging
More about the Olympics and NBC
Posted
over 4 years ago
by
ASP.NET Debugging
2
Comments
Tim Heuer has a great post where he talks about NBCOlympics.com and how things are going. There is a great video talking about this and Silverlight , Eric Schmidt from Microsoft was interviewed about it.. Feel free to check out the video here...
ASP.NET Debugging
System.IndexOutOfRangeException on a webfarm
Posted
over 4 years ago
by
ASP.NET Debugging
6
Comments
Here is another issue that a customer had that I thought would be helpful to others. Problem The customer said they are getting Exception type: System.IndexOutOfRangeException every minute or so when accessing their web site. The error looks like...
ASP.NET Debugging
ANSWER Logic Puzzle: Russian Roulette
Posted
over 4 years ago
by
ASP.NET Debugging
9
Comments
Here is my answer to the puzzle that was posted here . Label the chambers {A,B,C,D,E,F}. Let chambers {A,B} contain bullets. Spin the barrel. Our expectation distribution of the current chamber is X={1/6, 1/6, 1/6, 1/6, 1/6, 1/6}. Fire the gun. We get...
ASP.NET Debugging
Update for viewstate issues
Posted
over 4 years ago
by
ASP.NET Debugging
11
Comments
So a while ago I posted about how to fix the Validation of viewstate MAC failed error . There is some really exciting news that is coming with Visual Studio 2008 Service Pack 1 and .NET Framework 3.5 Service Pack 1. One of the improvements...
ASP.NET Debugging
Visual Studio 2008 and .NET Framework 3.5 Service Pack 1
Posted
over 4 years ago
by
ASP.NET Debugging
9
Comments
The next service pack is finally available. If you are using .NET 3.5, or want to use any of the new features that we have been talking about being added in this service pack, I’d strongly recommend you upgrade to this. You can download it...
ASP.NET Debugging
Logic puzzle: Russian Roulette
Posted
over 4 years ago
by
ASP.NET Debugging
65
Comments
Here is another logic puzzle, see what you think: You are tied to your chair and can't get up. Here's a gun. Here's the barrel of the gun, six chambers, all empty. Now watch me as I put two bullets in the gun. See how I put them in two adjacent chambers...
ASP.NET Debugging
Have you used or added to the ASP.NET Wiki?
Posted
over 4 years ago
by
ASP.NET Debugging
3
Comments
Not sure how many people are starting to use our wiki, but it is a great resource where you can find all kinds of really useful information. The other great thing is that you can add your own links and information to it. You can check it out...
ASP.NET Debugging
Loading a control in a Login Control may give a NullReferenceException
Posted
over 4 years ago
by
ASP.NET Debugging
5
Comments
If you try to use a Login Control and change the contents of the control when someone logs in, you have to be really careful how you do it. You can only change things after certain events to ensure that the template is correct. Also, some...
ASP.NET Debugging
Inserting a dynamic column into a DataGrid and sorting by it
Posted
over 4 years ago
by
ASP.NET Debugging
2
Comments
We recently had a customer that wanted to sort a dynamic column in a DataGrid and so I thought it may be something that others would like to be able to do. You get your data for your dynamic column and then do something like below to insert it into an...
ASP.NET Debugging
Bringing the Olympics to the PC
Posted
over 4 years ago
by
ASP.NET Debugging
2
Comments
I just read a really interesting article about how Microsoft is helping to bring the Olympics to the PC. You can read the article here . One of the amazing things about this is that Microsoft got involved in January and was able to make all of this...
Page 1 of 2 (28 items)
1
2