Upgrade to Visual Studio 2015 and now can't hit break points in debugging

前端 未结 18 1657
北恋
北恋 2020-12-29 21:03

I have a multi-project solution that I was building in Visual Studio 2013 and it was working fine but now that I have upgraded to Visual Studio 2015 I can no longer hit brea

18条回答
  •  旧时难觅i
    2020-12-29 21:46

    The debugger wasn't hitting breakpoints for my ASP application after migrating from my old system to my new system. I forgot to configure in IIS for debugging.

    To configure IIS for debugging:

    • Sites > MyWebsite
    • IIS > ASP > Debugging Properties
      • Set Enable Client-side Debugging to True
      • Set Enable Server-side Debugging to True

    Debugging Properties in IIS

提交回复
热议问题