From a12b5ee1245824aca18faf6fa888028d64fece1f Mon Sep 17 00:00:00 2001 From: preetikr Date: Wed, 8 Mar 2017 13:33:06 -0800 Subject: [PATCH] Include Windows Server Hosting bundle link and install command in 1.0.4 and 1.1.1 downloads --- release-notes/download-archives/1.0.4-download.md | 2 +- release-notes/download-archives/1.1.1-download.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes/download-archives/1.0.4-download.md b/release-notes/download-archives/1.0.4-download.md index bee08921..23a333d9 100644 --- a/release-notes/download-archives/1.0.4-download.md +++ b/release-notes/download-archives/1.0.4-download.md @@ -76,6 +76,6 @@ dotnet-sdk-ubuntu-x64.1.0.1.deb ``` ## Windows Server Hosting -If you are looking to host stand-alone apps on Windows Servers, the ASP.NET Core Module for IIS can be installed separately on servers without installing .NET Core runtime. You can download the Windows (Server Hosting) installer and run the following command from an Administrator command prompt: +If you are looking to host stand-alone apps on Windows Servers, the ASP.NET Core Module for IIS can be installed separately on servers without installing .NET Core runtime. You can download the [Windows (Server Hosting) installer](https://go.microsoft.com/fwlink/?LinkID=844461) and run the following command from an Administrator command prompt: ``DotNetCore.1.0.4_1.1.1-WindowsHosting.exe OPT_INSTALL_LTS_REDIST=0 OPT_INSTALL_FTS_REDIST=0`` \ No newline at end of file diff --git a/release-notes/download-archives/1.1.1-download.md b/release-notes/download-archives/1.1.1-download.md index 59962381..8805818e 100644 --- a/release-notes/download-archives/1.1.1-download.md +++ b/release-notes/download-archives/1.1.1-download.md @@ -97,6 +97,6 @@ dotnet-sdk-ubuntu.16.10-x64.1.0.1.deb ``` ## Windows Server Hosting -If you are looking to host stand-alone apps on Windows Servers, the ASP.NET Core Module for IIS can be installed separately on servers without installing .NET Core runtime. You can download the Windows (Server Hosting) installer and run the following command from an Administrator command prompt: +If you are looking to host stand-alone apps on Windows Servers, the ASP.NET Core Module for IIS can be installed separately on servers without installing .NET Core runtime. You can download the [Windows (Server Hosting) installer](https://go.microsoft.com/fwlink/?LinkID=844461) and run the following command from an Administrator command prompt: ``DotNetCore.1.0.4_1.1.1-WindowsHosting.exe OPT_INSTALL_LTS_REDIST=0 OPT_INSTALL_FTS_REDIST=0`` \ No newline at end of file