Lokesh Rajana

Lokesh Rajana

  • NA
  • 155
  • 18.8k

Deployment of Asp.net core and angular 2 projects into IIS.

Sep 16 2017 2:37 AM
Hi,
 
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 webapis. now my doubt is how to deploy both the projects uin IIS.
 
What i have traied:
 
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?
 
Thanks in advance.
 
 
 

Answers (1)