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 `.