When debugging ASP.NET MVC app, breakpoints are not hit

后端 未结 18 1409
盖世英雄少女心
盖世英雄少女心 2020-12-25 11:45

When trying to debug a ASP.NET MVC app, the breakpoints in my controllers arent getting hit. When entering debug mode they just show an empty red circle with a warning trian

18条回答
  •  礼貌的吻别
    2020-12-25 12:38

    It might be helpful to:

    1. Close Visual Studio
    2. Stop application pool in IIS Manager
    3. Delete bin and obj folder
    4. Start appliction pool
    5. Open Visual Studio and rebuild solution

提交回复
热议问题