Faqs on asp.net,c#,vb.net and sqlserver2005

this blog covers all the Faqs related to .net technologies like asp.net,vb.net,c#.net,ajax,javascript and sqlserver2005.

Mar 11, 2008

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

When you debug ASP.NET pages, the Visual Studio .NET Debugger may not stop on breakpoints. For additional information about how to resolve this problem, click the article number below to view the article in the Microsoft Knowledge Base:

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.


Happy Programming

0 Comments:

Post a Comment

<< Home