Azure multiple sites in virtual directories
问题 I have 3 asp.net core sites I need to deploy on the same domain (subdomains will not work with my SSL certificate). https://my-site.com (Single page app) https://my-site.com/api (Web api) https://my-site.com/identity (Identity server) When I deploy the api and identity projects, they work fine. However, when deploying the single page app, api and identity stop working. The page cannot be displayed because an internal server error has occurred. The error appears instantly so it's probably