Web API in MVC Project isn't hitting breakpoints (“symbols not loaded”)

后端 未结 7 1526
死守一世寂寞
死守一世寂寞 2020-12-30 07:05

I have an ASP.NET MVC project, with an ASP.NET web api defined as an area in this project. So the structure is the following:

MVC Web
   Controllers
   View         


        
7条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-30 07:30

    I had the same issue but mine was related to the addition of a config Transform. Go to Build > Configuration Manager under Active Solution Configuration make sure you have Debug selected.

提交回复
热议问题