Hello Umbraco Community
I'm trying to find a way to host umbraco as a separate application to an existing website. The relevant post I find is at https://our.umbraco.com/forum/getting-started/installing-umbraco/20645-Installing-Umbraco-as-a-separate-application-to-an-existing-website
And it's outdated (2011) with no solution.
I'm at the same situation that I have an existing website hosted in IIS, with lots of applications in it ( include wordpress site, asp.net core app such as web API, other websites) and they are all hosted under same domain
E.g.
mydomain.com/home ( WordPress site)
mydomain.com/dbAPI(.net core API application)
mydomain.com/life (a custom website)
So ideally I want to host umbraco at
mydomain.com/my_umbraco_site
Is there anyway I can set it up within existing IIS site and run it under same domain?
Or it is required to set up a new site in IIS with new domain?
Thank you!