Guide 4: Deploying multiple apps 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.

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