Deploy and host .net core 2.0 and angular 6 app
问题 Intro: Currently, I have two separate projects. One solution is for .NET core Web API 2.0 and another project is Angular 6 app. I have a problem deploying this to my hosting provider ( asphostsportal ). It consists of one root folder httpdocs where when I publish my API I copy contents of publishing folder. After transferring files via FTP I confirm that my API works by sending a request and getting the response. Now I need to publish my angular project. The simplest way to do so is with ng