c# - Trying to troubleshoot Web API Route Issue -
i have application had working routes several web api controllers. suddenly, when switching between branches, routes fail in branches, work in others.
when looking @ files (i think in play): web.config, webapiconfig.cs, gobal.asax , controllers themselves, none of files change in working/non-working branches.
my question is: there other files in play should looking @ and/or how can see files changing when visual studio it's git calls while changing branches? when looking @ source tree , compare working branch non-working branch, see no differences should causing issue.
Comments
Post a Comment