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.
Options
Blog Home
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET
AJAX
ASP.NET
ASP.NET Tip
Azure
Chat
Code
Crash
Debugging
Exceptions
Hang
High CPU
High Memory
IE8
IIS
IIS7
Microsoft
MVC
RIA
Silverlight
SOS
Trivia of the Day
Visual Studio
Windows
Windows Azure
Archive
Archives
May 2012
(2)
March 2012
(1)
February 2012
(2)
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)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ASP.NET Debugging
What do you need to troubleshoot Azure?
Posted
over 5 years ago
by
ASP.NET Debugging
6
Comments
Looking to the future with cloud computing, it is going to become increasingly important to have good information about what is happening with your site in order to properly maintain it. Keeping development type of issues aside, what types of things do...
ASP.NET Debugging
Insides of Azure
Posted
over 5 years ago
by
ASP.NET Debugging
1
Comments
Want to get more details about Windows Azure ? There is a really helpful video done by Channel 9 that talks about this upcoming product and how it works. I think this gives great details about the architecture and also how you will use this and...
ASP.NET Debugging
Windows Azure and you
Posted
over 5 years ago
by
ASP.NET Debugging
4
Comments
So I have started to look at the new Windows Azure that we just announced, you can download the framework from here . You can also read more about it at Azure Services Platform Developer Center . As I started looking at this, the main sample I was...
ASP.NET Debugging
IntelliSense for jQuery
Posted
over 5 years ago
by
ASP.NET Debugging
4
Comments
As for reported here , we now have an official IntelliSense documentation file that will allow you to get rich intellisense for jQuery from inside of Visual Studio. When you go to download jQuery, you will see a Documentation link. Or you can download...
ASP.NET Debugging
Strange callstacks
Posted
over 5 years ago
by
ASP.NET Debugging
1
Comments
How many times have you been troubleshooting a dump or application, you look at the callstack and you see something that just doesn’t quite look right. Chances are the problem is that you don’t have correct symbols. For example, if you see something...
ASP.NET Debugging
Web Site Stops Responding for 15-25 seconds
Posted
over 5 years ago
by
ASP.NET Debugging
2
Comments
There are a number of reasons that a web site could have a delay (hang) that could cause problems. I am going to talk about a common one that we see which is the CRL. What we have seen in the past is the Crypto API’s are trying to update the Certificate...
ASP.NET Debugging
Creating an Auto-complete textbox
Posted
over 5 years ago
by
ASP.NET Debugging
2
Comments
It seems that auto-complete is very popular these days with different sites. So I wanted to show you how you can create your own Auto-complete textbox on your web sites. There are two ways that this can be accomplished depending on what you...
ASP.NET Debugging
Linq – Do we need another way to access databases?
Posted
over 5 years ago
by
ASP.NET Debugging
1
Comments
This was the question that was burning on my mind when I first heard about Linq. I was skeptical and didn’t think it was something that we needed. But after having started to use this new language, I have quickly become a believer. Linq stands...
ASP.NET Debugging
New place to find some great web information from Microsoft
Posted
over 5 years ago
by
ASP.NET Debugging
1
Comments
There is a new site that has a lot of really cool information from Microsoft in the web space. Take a look at http://www.microsoft.com/web/default.aspx This was talked about by Joe here . There you can get to things like blogs and other great content...
ASP.NET Debugging
Who are you most looking forward to listening to at the PDC
Posted
over 5 years ago
by
ASP.NET Debugging
2
Comments
There are a lot of great speakers and a lot of great topics this year at the PDC. Who are you looking forward to hearing from the most? Of course there are some great keynote speakers like Scott Gutherie but for the sessions , here are my favorites...
ASP.NET Debugging
Videos are coming – suggested topics?
Posted
over 5 years ago
by
ASP.NET Debugging
2
Comments
So I have started to create some videos showing various things that you can do. Are there specific things that everyone would like to see? I’d like to build a list of the things you want and then I can start knocking them out. I’m figuring...
ASP.NET Debugging
XPerf: A CPU Sampler
Posted
over 5 years ago
by
ASP.NET Debugging
3
Comments
Seema just had a great about using XPerf to troubleshoot CPU issues when using Silverlight. This can also be used in the same way to troubleshoot ASP.NET or IIS. What can XPerf tell you? Seema answers that question, it can find out: Is my...
ASP.NET Debugging
Getting SOS to work, a historical view
Posted
over 5 years ago
by
ASP.NET Debugging
3
Comments
When you try to debug a managed application using Windbg and SOS, there have been issues over the years that have come up with trying to get the extension to work properly. The major stumbling block has been to get it to load the proper files for it to...
ASP.NET Debugging
ASP.NET Tip: Understanding the caching of data in SOS
Posted
over 5 years ago
by
ASP.NET Debugging
3
Comments
The sos that comes with the debugger, in the clr10 directory, has a lot of additional features and speed improvements for .NET 1.x troubleshooting. One of the main ways it does this is by caching the data that is gathered from !DumpHeap -stat. This...
ASP.NET Debugging
ASP.NET and Codeplex
Posted
over 5 years ago
by
ASP.NET Debugging
5
Comments
Just wondering how many people are using the projects up on Codeplex and what you guys think. There are a lot of different ones from Microsoft up there, especially the ASP.NET team. Such as: AJAX Control Toolkit ASP.NET ASP.NET Alerts Are...
ASP.NET Debugging
Tips for Reporting Services
Posted
over 5 years ago
by
ASP.NET Debugging
1
Comments
We tend to get an issue in the ASP.NET support group from time to time that is around Reporting Services. These are generally issues around the process taking up large amounts of memory or slow performance or similar things. Generally the...
ASP.NET Debugging
ASP.NET Tip: When to use which Session Server
Posted
over 5 years ago
by
ASP.NET Debugging
2
Comments
There are 3 different ways you can store session in an ASP.NET application: InProc (default mode) State Server SQL Server InProc means we store the data in the same process (in memory) on the web server, in the worker process. This has some distinct...
ASP.NET Debugging
Tail calling in .NET
Posted
over 5 years ago
by
ASP.NET Debugging
3
Comments
Thought I would give a little details on one type of optimization that it is possible to see and explain what it is and how it affects things so that if you come across it, you will understand what is happening. So there is this concept of tail calling...
ASP.NET Debugging
Resource Guide to Free Microsoft Software and Online Services
Posted
over 5 years ago
by
ASP.NET Debugging
2
Comments
If you are looking for Free Software and Online Services then this post will point you in the right direction. If you are looking for general information about Microsoft products and software I recommend visiting the main site Microsoft.com...
ASP.NET Debugging
ASP.NET Tip: Letting Microsoft know about your problems/requests
Posted
over 5 years ago
by
ASP.NET Debugging
4
Comments
Not sure if everyone knows of the various options that there are for communicating with Microsoft so I wanted to let you know about some of them here. Bugs or problems You can log these on the various forums that we have, the forums are found here . ...
ASP.NET Debugging
Event Log message after installing .NET update – part 2
Posted
over 5 years ago
by
ASP.NET Debugging
2
Comments
If you try to install a .NET update, MS07-040 for example, you may see an event log like: Event Type: Error Event Source: LoadPerf Event Category: None Event ID: 3009 · Installing the performance counter strings for .NETFramework failed. The Error...
ASP.NET Debugging
The PDC this year…
Posted
over 5 years ago
by
ASP.NET Debugging
1
Comments
Not sure how many people are planning on attending the PDC (Professional Developers Conference) this year, but it is going to be a fantastic conference. We announced some huge announcements on the PDC web site. http://www.microsoftpdc.com/ We have...
ASP.NET Debugging
Event Log message after installing .NET update
Posted
over 5 years ago
by
ASP.NET Debugging
1
Comments
If you try to install a .NET update, MS08-052 for example, you may see an event log that looks like: Event Source: ASP.NET 2.0.50727.0 Event ID: 1018 · Failed while registering ASP.NET (version 2.0.50727.0) in IIS. Error code: 0x80070003 This message...
ASP.NET Debugging
ASP.NET Tip: How to avoid creating a GC Hole
Posted
over 5 years ago
by
ASP.NET Debugging
5
Comments
There are only a few things that can make a .NET process crash. The most common one is an Unhandled Exception getting raised. Another way that is can happen is by creating a GC Hole. What is a GC Hole So first a little background on what I...
ASP.NET Debugging
ANSWER: POP QUIZ: What’s wrong with this code – part 3
Posted
over 5 years ago
by
ASP.NET Debugging
9
Comments
This issue is an interesting one in that there are more then one problem here that will cause high memory and even what looks to be a problem that will affect the performance of this snippet as well. So the two main problems are that we are using XSLT...
Page 3 of 12 (291 items)
1
2
3
4
5
»