Why the debugger doesn't work

后端 未结 15 1211
遇见更好的自我
遇见更好的自我 2020-12-17 09:48

My debugger is not working,
I\'m putting a breakpoint, but in run, time visual studio doesn\'t stop on the breakPoint.
How to fix it?
There is n

15条回答
  •  时光取名叫无心
    2020-12-17 10:12

    Find below the steps that solved my problem:

    1. Delete ASP.NET temporary files from C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
    2. Change build configuration to debug from project properties.
    3. Delete bin folder from your project.
    4. Check if compilation debug is set to true in the web.config
    5. iisreset
    6. Rebuild the project.

提交回复
热议问题