Debug Does Not Start

  • Thread starter Thread starter Luca Buratti
  • Start date Start date
L

Luca Buratti

I have an application that does not debug...but any other
application debug normally...

what can I check?
 
Check whether you have kept ASP.NET debugging unchecked

Solution :
In VS.NET IDE
Right Click Project - >Properties->Configuration Properties
->Debugging-> Debuggers Enable Check the checkbox for ASP.NET Debugging
 
Back
Top