How to deploy two sites with one domain name? Web app and Web API?

Discussion in 'Site Programming, Development and Design' started by WinFXGuy, Oct 7, 2020.

  1. My Application has two sites. The first site is a Asp.Net Core 3.1 web application and the second is Asp.Net Core Web API. Web uses API for all data access. In need to deploy both projects on winhost like this..

    https://domain.com --> For web site
    https://domain.com/api --> For Web API

    Any documentation available for this?

    Thanks,
     

Share This Page