From 88c0b70e63076447a8a9abd9667a29a73b4ebb2e Mon Sep 17 00:00:00 2001 From: wadepickett Date: Tue, 29 Jul 2025 13:27:37 -0700 Subject: [PATCH] Refresh IIS hosting-bundle.md --- aspnetcore/host-and-deploy/iis/hosting-bundle.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/aspnetcore/host-and-deploy/iis/hosting-bundle.md b/aspnetcore/host-and-deploy/iis/hosting-bundle.md index bbd3a780cd60..173c9557e425 100644 --- a/aspnetcore/host-and-deploy/iis/hosting-bundle.md +++ b/aspnetcore/host-and-deploy/iis/hosting-bundle.md @@ -4,8 +4,7 @@ author: tdykstra description: Learn how to configure the .NET Hosting Bundle. monikerRange: '>= aspnetcore-5.0' ms.author: tdykstra -ms.custom: mvc -ms.date: 02/07/2020 +ms.date: 07/29/2025 uid: host-and-deploy/iis/hosting-bundle --- # The .NET Hosting Bundle @@ -34,8 +33,8 @@ Download the installer using the following links: On older versions of Windows, for example Windows Server 2012 R2, install the Visual Studio C++ 2015, 2017, 2019 Redistributable. Otherwise, a confusing error message in the Windows Event Log reports that `The data is the error.` -[Current x64 VS C++ redistributable](https://aka.ms/vs/16/release/vc_redist.x64.exe) -[Current x86 VS C++ redistributable](https://aka.ms/vs/16/release/vc_redist.x86.exe) +[Current x64 VS C++ redistributable](https://aka.ms/vs/17/release/vc_redist.x64.exe) +[Current x86 VS C++ redistributable](https://aka.ms/vs/17/release/vc_redist.x86.exe) ## Earlier versions of the installer