Update .NET Core Windows Server Hosting installer link (#1544)
parent
23350aaaba
commit
053c237fb5
|
@ -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>`.
|
||||||
|
|
Loading…
Reference in New Issue