Guide 4: Deploying multiple APIs to one site

In this guide, we will deploy two demo applications (Example Sales App and Example Graph App) to the same IIS web site (using the same port number).

For multiple Web APIs (ASP.NET Core applications) to run in the same web site, they must be converted to IIS sub-applications.