DEBUG PROJECT

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have set my aspnet project to "debug" compilation, but for some reason i
place breakpoints in my project, but it is not breaking(debuging) at all...
What is wrong?

thanks.
 
Right click on your project name click on properties and under configuration
properties-->Debugging make sure that ASP.Net debugging is checked.
 
Back
Top