I have a WebSite maintained via Visual Studio (solution). Using my original repo, I built and published the website, then started the site via visual Studio, attached to the correct process, debug symbols load and everything including breakpoints work fine.
Then, I switch to a different repository for the same Website/VS Solution so I can make changes and test them. When I build and publish, the website runs ok, but if I attach to the process for debugging, the debug symbols don't load and the breakpoints don't work.
Next, I switch back to the original repo, build, publish, run, and attach, and everything including the debug breakpoints are fine.
Is there a way to get the 2nd repository to function correctly with the VS debugger.
I'm having the same issue. Is there any solution for it ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.