Click here to Skip to main content
15,884,629 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I am developing one application which is having Asp.net core and Angular 2 two different projects. asp.net core project is for creating web APIs and Angular solution is for consuming web APIs. now my doubt is how to deploy both the projects in IIS.

Thanks in advance.

What I have tried:

I deployed asp.net core solution into IIS and that is working fine and i used that IIS URL in anguar project so that i am able to consume web APIs. after taht i generated dist folder by building angular2 solution. now my doubt is how can i use taht dist folder into asp.net core published folder?
Posted
Updated 6-Oct-17 21:53pm
Comments
tasinsahin 7-Oct-17 3:54am    
Same question here.
If you found any answer, please let me know :)

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