Install webdeploy on W2016 IIS 10

cpoDesign picture cpoDesign · Oct 28, 2016 · Viewed 33.4k times · Source

How to install web deploy on IIS 10 W2016?

So far I have tried

  1. Using web platform v5 to installation of "web deploy 3.6"
  2. After installation I have updated the web deploy service to run under local admin account.
  3. I have manually turned off the firewall on the server
  4. I have ensured that Management Service is running
  5. Restarted server
  6. I have verified using telnet that the port is open and then using netstat -an that the port is open and I can connect to it

Answer

cpoDesign picture cpoDesign · Nov 21, 2016

I have to install new management tool called "Management Service" in Windows Features

In order to install this:

  1. Open server roles / feature
  2. Find Management Tools
  3. Check Management service

Update from other people experience

  • you might need to restart the service
  • Reinstall/Repair the installation of web deploy if you used installer

There is a option to install this feature using power-shell command(check the comment below) by Bart Verkoeijen.

This command is useful in case you are using Desired State Configuration (DSC)