Change Web Deploy link in IIS topic (#12531)
parent
2636dfb88a
commit
403a41fcff
|
@ -5,7 +5,7 @@ description: Learn how to host ASP.NET Core apps on Windows Server Internet Info
|
|||
monikerRange: '>= aspnetcore-2.1'
|
||||
ms.author: riande
|
||||
ms.custom: mvc
|
||||
ms.date: 05/19/2019
|
||||
ms.date: 05/24/2019
|
||||
uid: host-and-deploy/iis/index
|
||||
---
|
||||
# Host ASP.NET Core on Windows with IIS
|
||||
|
@ -276,7 +276,7 @@ To obtain an earlier version of the installer:
|
|||
|
||||
## Install Web Deploy when publishing with Visual Studio
|
||||
|
||||
When deploying apps to servers with [Web Deploy](/iis/publish/using-web-deploy/introduction-to-web-deploy), install the latest version of Web Deploy on the server. To install Web Deploy, use the [Web Platform Installer (WebPI)](https://www.microsoft.com/web/downloads/platform.aspx) or obtain an installer directly from the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=43717). The preferred method is to use WebPI. WebPI offers a standalone setup and a configuration for hosting providers.
|
||||
When deploying apps to servers with [Web Deploy](/iis/install/installing-publishing-technologies/installing-and-configuring-web-deploy-on-iis-80-or-later), install the latest version of Web Deploy on the server. To install Web Deploy, use the [Web Platform Installer (WebPI)](https://www.microsoft.com/web/downloads/platform.aspx) or obtain an installer directly from the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=43717). The preferred method is to use WebPI. WebPI offers a standalone setup and a configuration for hosting providers.
|
||||
|
||||
## Create the IIS site
|
||||
|
||||
|
|
Loading…
Reference in New Issue