Microsoft KB Archive/306169

From BetaArchive Wiki
Knowledge Base


PRB: Visual Studio .NET Debugger Does Not Stop on Breakpoints When You Debug ASP.NET Pages

Article ID: 306169

Article Last Modified on 2/23/2007



APPLIES TO

  • Microsoft ASP.NET 1.1
  • Microsoft ASP.NET 1.0
  • Microsoft Visual Studio .NET 2003 Academic Edition
  • Microsoft Visual Studio .NET 2003 Enterprise Architect
  • Microsoft Visual Studio .NET 2003 Enterprise Developer
  • Microsoft Visual Studio .NET 2003 Professional Edition
  • Microsoft Visual Studio .NET 2002 Academic Edition
  • Microsoft Visual Studio .NET 2002 Enterprise Architect
  • Microsoft Visual Studio .NET 2002 Enterprise Developer
  • Microsoft Visual Studio .NET 2002 Professional Edition



This article was previously published under Q306169

SYMPTOMS

When you debug ASP.NET applications in Visual Studio .NET, the debugger may not stop on breakpoints.

CAUSE

This problem occurs because ASP.NET debugging is not enabled on the application.

RESOLUTION

To resolve this problem, follow these steps in Visual Studio .NET:

  1. In Solution Explorer, select the project name.
  2. From the Project menu, click Properties.
  3. Click to expand the Configuration Properties node.
  4. Under Debugging, in the Enable ASP.NET Debugging list, click True.


Keywords: kbdebug kberrmsg kbprb KB306169