Update .NET Core Windows Server Hosting installer link (#1544)

pull/1551/head
Daniel Roth 2016-06-27 15:32:34 -07:00 committed by Rick Anderson
parent 23350aaaba
commit 053c237fb5
1 changed files with 1 additions and 1 deletions

View File

@ -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
--------------------------------------------------- ---------------------------------------------------
#. Install the `.NET Core Windows Server Hosting <http://go.microsoft.com/fwlink/?LinkId=798480>`__ 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 <https://go.microsoft.com/fwlink/?LinkId=817246>`__ 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. #. 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 </hosting/aspnet-core-module>`. 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 </hosting/aspnet-core-module>`.