Cross-link to app base path guidance (#31251)

pull/31252/head
Luke Latham 2023-12-14 12:46:28 -05:00 committed by GitHub
parent 9e6ce75855
commit 1f6ca9cf1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -549,6 +549,8 @@ If a standalone app is hosted as an IIS sub-app, perform either of the following
Removing the handler or disabling inheritance is performed in addition to [configuring the app's base path](xref:blazor/host-and-deploy/index#app-base-path). Set the app base path in the app's `index.html` file to the IIS alias used when configuring the sub-app in IIS.
Configure the app's base path by following the guidance in the <xref:blazor/host-and-deploy/index#app-base-path> article.
#### Brotli and Gzip compression
:::moniker range=">= aspnetcore-8.0"