diff --git a/aspnetcore/blazor/host-and-deploy/webassembly.md b/aspnetcore/blazor/host-and-deploy/webassembly.md index e49f096f05..394441236b 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly.md @@ -35,6 +35,12 @@ The following deployment strategies are supported: :::moniker-end +## Subdomain and IIS sub-application hosting + +Subdomain hosting doesn't require special configuration of the app. You ***don't*** need to configure the app base path (the `` tag in `wwwroot/index.html`) to host the app at a subdomain. + +IIS sub-application hosting ***does*** require you to set the app base path. For more information and cross-links to further guidance on IIS sub-application hosting, see . + ## Decrease maximum heap size for some mobile device browsers :::moniker range=">= aspnetcore-8.0"