asp.net - Visual studio 2005 debugger won't stop at requested break points -


I have debug = true in both web.config and requested In the file but it still will not stop.

Thanks ...

There are several reasons:

  1. The assembly is changing and the debugger has not been updated - try to clean the solution and make it again
  2. You are creating in release mode - in this case you will find studio Will receive a warning message from

The rest of the options depend on the weather that you are using on local IIS or Visual Studio web server.


Comments