Top "Msdeploy" questions

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

Valid Parameters for MSDeploy via MSBuild

I'm trying to deploy a web application using MSDeploy, on Team Build in TFS. There are several questions that address …

tfs msbuild msdeploy
Can MSBuild deploy using integrated authentication or only basic?

I'm deploying a web app package from the MSBuild command line to MSDepSvc on IIS6 which is working fine with …

msbuild msdeploy
Deploying an existing package using publish profiles

I'm trying to use the new publish profile support (available in VS2012 and in VS2010 via an update) to create …

msbuild msdeploy webdeploy web-publishing msbuild-wpp
Build once and deploy to multiple environments with msdeploy & Visual Studio 2012

Working on centralizing configurations, app settings and connection strings, for multiple solutions, while also switching over to use msdeploy from …

msbuild msdeploy
How do you call msdeploy from powershell when the parameters have spaces?

I'm running into a problem with spaces in my parameters that I try to send into msdeploy from a powershell …

iis powershell msdeploy
Make MSDeploy (Visual Studio) not delete App_Data folder but delete everything else

I'm using Visual Studio's Publish button to deploy my website, and want a different App_Data folder on the server. …

asp.net iis deployment msdeploy
msdeploy (Web Deploy) failing with 401 auth issues

I'm trying to get msdeploy installed and set up. I've installed the remote service on the web server, but all …

visual-studio-2010 iis msdeploy webdeploy msdeployserviceagent
How to find out what version of webdeploy/msdeploy is currently installed?

I'm looking for something like a Powershell script to check if msdeploy is installed and if it is, what version …

powershell msdeploy webdeploy
Set Application Pool for package using MSDeploy

I am deploying a website using MSDeploy so using something like the below code. "%ProgramFiles%\IIS\Microsoft Web Deploy\msdeploy.…

iis-7 msdeploy application-pool
VS2010 Web Publish command line version of File System deploy

Folks, In a nutshell, I want to replicate this dialog: It's a Visual Studio 2010 ASP.Net MVC project. If I …

visual-studio-2010 command-line msdeploy web-publishing msbuild-wpp