Tuesday, December 18, 2018

Setup Web Deploy for Windows Server

To simplify the deployment of web apps / web services on a load balanced system, you want to use a central point for deployment (I am in an environment currently where the development happens completely outside the customer network, so there is no Build Server etc. available, we scripted the deployment).

1.) Enable the IIS features you need and dont forget "Web Server (IIS) --> Management Tools --> Management Service
2.) Install Microsoft Web Deployment Tool (https://www.iis.net/downloads/microsoft/web-deploy)

3.) Make sure the "IIS Deployment Handler" node is enabled (by default this is not checked)

4.) Open link "https://:8172/msdeploy.axd"

Note: You need to apply those changes on all web servers.

cheers

No comments:

Post a Comment