MSDeploy is a tool developed by Microsoft, also known as 'Web Deploy'. It allows the simple deployment and configuration of applications being deployed to IIS.

learn more… | top users | synonyms

8
votes
1answer
3k views

IIS7 - Web Deployment Tool - SetParam/SetParamFile to set http and https bindings + Cert

we're currently using the MS Web Deployment Tool to sync a live website and some WebServices from a staging box to two live servers. The staging box hosts the site on any IP on port 17000, whereas ...
1
vote
0answers
78 views

Consolidate 2 IIS6 webservers into one IIS7 webserver

I'm trying to consolidate 2 webservers with different sites within into a single new IIS7 web server. I thought I would be able to do it using msdeploy tool. It doesn't seem to allow multiple ...