I have a solution based on two projects:
- Frontend: is an Angular4 application
- Backend: is a .Net Core webapi
All works perfectly in local, I have configured two separated application in IIS, one for front end and one for backend and it works.
Now I have to go online on internet in a website like: "www.mysolution.com"
In the internet hosting I can't create two sepateted application and I have to host all on the same IIS Application folder.
How can I do it ?
Thanks to support