VS 2015 Update 1 - Claiming I am debugging a release build

前端 未结 18 1817
刺人心
刺人心 2020-12-01 03:47

After updating to VS 2015 update 1, if I run a web project (MVC), stop the application, then try to run it again, VS stops and pops up a dialog claiming

18条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-01 04:53

    Check that the IIS Project URL actually points where you think it does. If in doubt, click the 'Create Virtual Directory' button.

    I had this issue recently where I had been running a temporary version of a production codebase and had repointed the folder in IIS to the temporary version, which was, indeed, running a production build, not the debug version I was trying to debug.

提交回复
热议问题