Install webdeploy on W2016 IIS 10

40.9k Views Asked by At

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
3

There are 3 best solutions below

9
On BEST ANSWER

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)

1
On

Because the image from @Kevin Able's post seems to have disappeared, here is a new one.

Add Roles and Features Wizard: Management Service location

0
On

I just did this on four servers, had to install management service first, then web deploy (or reinstall webdeploy if already installed). The management service install was in a slightly different location under server roles than described in other answers.

Hope this helps someone.

[![enter image description here][1]][1]