Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge to Live #31252

Merged
merged 4 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions aspnetcore/blazor/host-and-deploy/webassembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions aspnetcore/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1774,9 +1774,6 @@ items:
- name: High performance logging
displayName: loggermessage
href: /dotnet/core/extensions/high-performance-logging?toc=/aspnet/core/toc.json&bc=/aspnet/core/breadcrumb/toc.json
- name: Logging (not ASP.NET Core)
displayName: migrate, migration
uid: migration/logging-nonaspnetcore
- name: Use a file watcher
uid: tutorials/dotnet-watch
- name: Factory-based middleware
Expand Down Expand Up @@ -1816,6 +1813,9 @@ items:
- name: 2.1 to 2.2
displayName: migrate, migration
uid: migration/21-to-22
- name: Logging 2.1 to 2.2 or 3.0
displayName: migrate, migration
uid: migration/logging-nonaspnetcore
- name: 2.0 to 2.1
displayName: migrate, migration
uid: migration/20_21
Expand Down
Loading