visual studio - Web Forms Project Consuming Web Api 2 Project in debug mode -
in solution, creating new web api 2 project migrate services in web forms project.
my question is:
is there way (best way) use new web api project in web forms project when debugging?
actually have start web api (without debbuging), after, able start web forms , use web api. unproductive.
i have tried make works pre-build event, not know if did wrong.
ps.: not need both projects running in debug mode.
Comments
Post a Comment