From 053c237fb5d0d4cedbf10c33af046fbc0141446a Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 27 Jun 2016 15:32:34 -0700 Subject: [PATCH] Update .NET Core Windows Server Hosting installer link (#1544) --- aspnet/publishing/iis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/publishing/iis.rst b/aspnet/publishing/iis.rst index 5f43a05043..9f3b72df85 100644 --- a/aspnet/publishing/iis.rst +++ b/aspnet/publishing/iis.rst @@ -46,7 +46,7 @@ Proceed through the **Confirmation** step to enable the web server role and serv Install the .NET Core Windows Server Hosting bundle --------------------------------------------------- -#. Install the `.NET Core Windows Server Hosting `__ bundle on the server. The bundle will install the .NET Core Runtime, .NET Core Library, and the ASP.NET Core Module. The module creates the reverse-proxy between IIS and the Kestrel server. +#. Install the `.NET Core Windows Server Hosting `__ bundle on the server. The bundle will install the .NET Core Runtime, .NET Core Library, and the ASP.NET Core Module. The module creates the reverse-proxy between IIS and the Kestrel server. #. Execute **iisreset** at the command line or restart the server to pickup changes to the system PATH. For more information on the ASP.NET Core Module, including configuration of the module and setting environment variables with *web.config*, the use of *app_offline.htm* to suspend request processing, and activation of module logging, see :doc:`ASP.NET Core Module Configuration Reference `.