Skip to content

Commit 471479a

Browse files
authored
Hosting Bundle version clarification (#17875)
1 parent b6041b1 commit 471479a

1 file changed

Lines changed: 20 additions & 25 deletions

File tree

aspnetcore/host-and-deploy/iis/index.md

Lines changed: 20 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,22 @@ description: Learn how to host ASP.NET Core apps on Windows Server Internet Info
55
monikerRange: '>= aspnetcore-2.1'
66
ms.author: riande
77
ms.custom: mvc
8-
ms.date: 02/07/2020
8+
ms.date: 04/17/2020
99
uid: host-and-deploy/iis/index
1010
---
1111
# Host ASP.NET Core on Windows with IIS
1212

13+
<!--
14+
15+
NOTE FOR 5.0
16+
17+
When making the 5.0 version of this topic, remove the Hosting Bundle
18+
direct download section from the (new) <5.0 & >2.2 version and modify
19+
the text and heading for the *Earlier versions of the installer*
20+
section. See the 2.2 version for an example.
21+
22+
-->
23+
1324
::: moniker range=">= aspnetcore-3.0"
1425

1526
For a tutorial experience on publishing an ASP.NET Core app to an IIS server, see <xref:tutorials/publish-to-iis>.
@@ -244,9 +255,9 @@ Download the installer using the following link:
244255
To obtain an earlier version of the installer:
245256

246257
1. Navigate to the [Download .NET Core](https://dotnet.microsoft.com/download/dotnet-core) page.
247-
1. Click on the desired .NET Core version.
258+
1. Select the desired .NET Core version.
248259
1. In the **Run apps - Runtime** column, find the row of the .NET Core runtime version desired.
249-
1. Download the installer using the **Runtime & Hosting Bundle** link.
260+
1. Download the installer using the **Hosting Bundle** link.
250261

251262
> [!WARNING]
252263
> Some installers contain release versions that have reached their end of life (EOL) and are no longer supported by Microsoft. For more information, see the [support policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core).
@@ -840,20 +851,12 @@ Install the *.NET Core Hosting Bundle* on the hosting system. The bundle install
840851
>
841852
> If the Hosting Bundle is installed after installing the 64-bit (x64) version of .NET Core, SDKs might appear to be missing ([No .NET Core SDKs were detected](xref:test/troubleshoot#no-net-core-sdks-were-detected)). To resolve the problem, see <xref:test/troubleshoot#missing-sdk-after-installing-the-net-core-hosting-bundle>.
842853
843-
### Direct download (current version)
844-
845-
Download the installer using the following link:
846-
847-
[Current .NET Core Hosting Bundle installer (direct download)](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer)
848-
849-
### Earlier versions of the installer
850-
851-
To obtain an earlier version of the installer:
854+
### Download
852855

853856
1. Navigate to the [Download .NET Core](https://dotnet.microsoft.com/download/dotnet-core) page.
854-
1. Click on the desired .NET Core version.
857+
1. Select the desired .NET Core version.
855858
1. In the **Run apps - Runtime** column, find the row of the .NET Core runtime version desired.
856-
1. Download the installer using the **Runtime & Hosting Bundle** link.
859+
1. Download the installer using the **Hosting Bundle** link.
857860

858861
> [!WARNING]
859862
> Some installers contain release versions that have reached their end of life (EOL) and are no longer supported by Microsoft. For more information, see the [support policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core).
@@ -1416,20 +1419,12 @@ Install the *.NET Core Hosting Bundle* on the hosting system. The bundle install
14161419
>
14171420
> If the Hosting Bundle is installed after installing the 64-bit (x64) version of .NET Core, SDKs might appear to be missing ([No .NET Core SDKs were detected](xref:test/troubleshoot#no-net-core-sdks-were-detected)). To resolve the problem, see <xref:test/troubleshoot#missing-sdk-after-installing-the-net-core-hosting-bundle>.
14181421
1419-
### Direct download (current version)
1420-
1421-
Download the installer using the following link:
1422-
1423-
[Current .NET Core Hosting Bundle installer (direct download)](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer)
1424-
1425-
### Earlier versions of the installer
1426-
1427-
To obtain an earlier version of the installer:
1422+
### Download
14281423

14291424
1. Navigate to the [Download .NET Core](https://dotnet.microsoft.com/download/dotnet-core) page.
1430-
1. Click on the desired .NET Core version.
1425+
1. Select the desired .NET Core version.
14311426
1. In the **Run apps - Runtime** column, find the row of the .NET Core runtime version desired.
1432-
1. Download the installer using the **Runtime & Hosting Bundle** link.
1427+
1. Download the installer using the **Hosting Bundle** link.
14331428

14341429
> [!WARNING]
14351430
> Some installers contain release versions that have reached their end of life (EOL) and are no longer supported by Microsoft. For more information, see the [support policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core).

0 commit comments

Comments
 (0)