Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
554 views
in Technique[技术] by (71.8m points)

msdeploy - Install webdeploy on W2016 IIS 10

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
question from:https://stackoverflow.com/questions/40303660/install-webdeploy-on-w2016-iis-10

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

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)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...