Skip to content

Commit 54e40cc

Browse files
authored
Remove Microsoft Visual C++ guidance (dotnet#14795)
1 parent 0806486 commit 54e40cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/tutorials/publish-to-iis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to host an ASP.NET Core app on an IIS server.
55
monikerRange: '>= aspnetcore-2.1'
66
ms.author: riande
77
ms.custom: mvc
8-
ms.date: 08/08/2019
8+
ms.date: 10/03/2019
99
uid: tutorials/publish-to-iis
1010
---
1111
# Publish an ASP.NET Core app to IIS
@@ -37,7 +37,7 @@ This tutorial covers the following subjects:
3737
3838
## Install the .NET Core Hosting Bundle
3939

40-
Install the *.NET Core Hosting Bundle* on the IIS server. The bundle installs the .NET Core Runtime, .NET Core Library, and the [ASP.NET Core Module](xref:host-and-deploy/aspnet-core-module). The module allows ASP.NET Core apps to run behind IIS. If the system doesn't have an Internet connection, obtain and install the [Microsoft Visual C++ 2015 Redistributable Update 3](https://www.microsoft.com/download/details.aspx?id=53840) before installing the .NET Core Hosting Bundle.
40+
Install the *.NET Core Hosting Bundle* on the IIS server. The bundle installs the .NET Core Runtime, .NET Core Library, and the [ASP.NET Core Module](xref:host-and-deploy/aspnet-core-module). The module allows ASP.NET Core apps to run behind IIS.
4141

4242
Download the installer using the following link:
4343

0 commit comments

Comments
 (0)