Scott Hanselman

Resources to Troubleshoot ASP.NET Debugging

January 20, 2003 Comment on this post [1] Posted in Web Services | ASP.NET | Bugs
Sponsored By

Q316726 – HOWTO:  Debug an ASP.NET Web Application
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q316726
A walkthrough of debugging and enabling trace features on an ASP.NET application

Q306172 – INFO:  Common Errors When You Debug ASP.NET Applications in Visual Studio .NET
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q306172
A list of common errors and solutions for debugging ASP.NET applications

Q306005 – HOWTO:  Repair IIS Mappings After You Remove and Reinstall IIS
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q306005
If you lose or corrupt the application mappings for ASP.NET applications in IIS, this is how to put them back.

Q301058 – HOW TO: Debug an ASP.NET Application with the Microsoft CLR Debugger
http://support.microsoft.com/default.aspx?scid=kb;en-us;301058
This article describes how to configure your ASP.NET application for debugging, how to attach to the ASP.NET worker process (Aspnet_wp.exe) with the Microsoft CLR Debugger, and how to debug the application.

About Scott

Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.

facebook twitter subscribe
About   Newsletter
Hosting By
Hosted in an Azure App Service
February 28, 2006 17:38
Nice list of articles, most of which help you find bugs in your code.

But what if your code is ok but there is a problem with IIS.
Here is an article to help with that

815166 HOW TO: Troubleshoot ASP.NET Web Applications
http://support.microsoft.com/default.aspx?scid=kb;en-us;815166

Comments are closed.

Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.