diff --git a/aspnetcore/fundamentals/map-static-files.md b/aspnetcore/fundamentals/map-static-files.md index bb212a61a181..11eb8b7536ce 100644 --- a/aspnetcore/fundamentals/map-static-files.md +++ b/aspnetcore/fundamentals/map-static-files.md @@ -2,7 +2,7 @@ title: Map static files in ASP.NET Core author: rick-anderson description: Learn how to serve and secure mapped static files and configure static file hosting middleware behaviors in an ASP.NET Core web app. -monikerRange: '>= aspnetcore-8.0' +monikerRange: '>= aspnetcore-9.0' ms.author: riande ms.custom: mvc ms.date: 3/18/2025 @@ -10,7 +10,11 @@ uid: fundamentals/map-static-files --- # Map static files in ASP.NET Core -:::moniker range=">= aspnetcore-9.0" + By [Rick Anderson](https://twitter.com/RickAndMSFT) @@ -209,5 +213,3 @@ The following code updates `IWebHostEnvironment.WebRootPath` to a non developmen * [Introduction to ASP.NET Core](xref:index) * * - -:::moniker-end diff --git a/aspnetcore/release-notes/aspnetcore-2.2.md b/aspnetcore/release-notes/aspnetcore-2.2.md index b38b8e5d4874..e765324d44ff 100644 --- a/aspnetcore/release-notes/aspnetcore-2.2.md +++ b/aspnetcore/release-notes/aspnetcore-2.2.md @@ -77,7 +77,7 @@ For more information, see [in-process hosting for IIS](xref:host-and-deploy/aspn ASP.NET Core 2.2 introduces a Java Client for SignalR. This client supports connecting to an ASP.NET Core SignalR Server from Java code, including Android apps. -For more information, see [ASP.NET Core SignalR Java client](../signalr/java-client.md?view=aspnetcore-2.2). +For more information, see [ASP.NET Core SignalR Java client](../signalr/java-client.md?view=aspnetcore-2.2&preserve-view=true). ## CORS improvements