diff --git a/aspnetcore/blazor/host-and-deploy/webassembly.md b/aspnetcore/blazor/host-and-deploy/webassembly.md index 5e1825471d79..fb5250bad335 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly.md @@ -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 article. + #### Brotli and Gzip compression :::moniker range=">= aspnetcore-8.0" diff --git a/aspnetcore/toc.yml b/aspnetcore/toc.yml index 9b72042322ac..b5db9520cc27 100644 --- a/aspnetcore/toc.yml +++ b/aspnetcore/toc.yml @@ -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 @@ -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