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

后端 未结 7 1538
死守一世寂寞
死守一世寂寞 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:45

    For me it worked out to just stop IIS and restart Visual Studio. Definitely worth a try before further investigation.

提交回复
热议问题