Top "Msdeploy" questions

Microsoft command line tool for deploying, synchronizing and packaging web applications, content and configuration settings to IIS Web Servers.

WebDeploy (401) Unauthorized error

I'm getting an unauthorized error from MsDeploy using NTLM authentication when trying to remotely deploy an application using a windows …

iis msbuild msdeploy webdeploy
How to use MsBuild MsDeployPublish to target local file system?

I'm trying to replicate the Visual Studio 2010 "Publish..." command (applicable to Web Application projects) where I would in the UI …

asp.net-mvc msbuild msdeploy
How can I get TFS2010 to run MSDEPLOY for me through MSBUILD?

There is an excellent PDC talk available here from Vishal Joshi which describes the new MSDEPLOY features in Visual Studio 2010 …

visual-studio-2010 msbuild msdeploy
(MSDeploy) Deploying Contents of a Folder to a Remote IIS Server

Is it possible to deploy the contents of a folder (plain Html files) to a specific web application on a …

msdeploy webdeploy
TFS msbuild args /p:DeployOnBuild=true doesn't seem to do anything

I'm currently using TFS and the regular build process activity to build a solution. However, I'd like to be able …

tfs msbuild msdeploy
Install webdeploy on W2016 IIS 10

How to install web deploy on IIS 10 W2016? So far I have tried Using web platform v5 to installation of "…

msdeploy iis-10 windows-server-2016 webdeploy-3.6
MsDeploy is returning 403 forbidden

We had a Web Application working on an intranet and I'm trying to publish it to the internet using Visual …

.net iis-7 msdeploy
How do I configure MSBuild to use a saved publishProfile for WebDeploy?

I have used Visual Studio to create a publish profile. It saved that information to MyProject.Publish.xml, located in …

visual-studio-2010 msbuild msdeploy webdeploy
How to set destination website on MSDeploy.exe command line

I have a Web Deploy 3.5 package that I want to deploy to a remote server. How do I specify the …

msdeploy webdeploy
Team Build: Publish locally using MSDeploy

I'm just getting started with the team build functionality and I'm finding the sheer amount of things required to do …

tfs msbuild release publish msdeploy