Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i taken two project . one for webapi and another is web . But When i Trying to run program then api successfully run but web file is not run and sometime also any one the project run so, Please Anyone can you help me ? how can solve problem?
Posted
Comments
Afzaal Ahmad Zeeshan 19-Aug-15 16:13pm    
Can you share the error message that you are receiving? It is harder to help you. Why doesn't that work?

1 solution

This issue can be solved by setting both Api and Angular Js project as startup projects.

1. Go to solution right click and select "Set Startup projects"
2. From the new "Setup Project" window, select multiple startup projects radio option.
3. Set action to "Start" for both API and AngularJs projects. Also set the order up/down if necessary.
4. Click Apply and try to run the project.

This way it will run two projects and service will be ready to answer any UI calls.

Hope it helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900