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



The information in this article applies to:

  • Microsoft ASP.NET (included with the .NET Framework 1.1)
  • Microsoft ASP.NET (included with the .NET Framework) 1.0
  • Microsoft Visual Studio .NET (2003), Academic Edition
  • Microsoft Visual Studio .NET (2003), Enterprise Architect Edition
  • Microsoft Visual Studio .NET (2003), Enterprise Developer Edition
  • Microsoft Visual Studio .NET (2003), Professional Edition
  • Microsoft Visual Studio .NET (2002), Academic Edition
  • Microsoft Visual Studio .NET (2002), Enterprise Architect Edition
  • Microsoft Visual Studio .NET (2002), Enterprise Developer Edition
  • 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.

Modification Type:MinorLast Reviewed:6/23/2003
Keywords:kbDebug kberrmsg kbprb KB306169