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

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -