Top "Msdeploy" questions

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

How do I get msdeploy to create App_Data if it doesn't exist, but not delete any contents of the remote directory?

I have an application setup with the following Package/Publish Web settings: Only files needed to run this application (unchecked) …

asp.net .net msdeploy
How to specify IIS Web Application Name in Parameters.xml used with MSDeploy

I have found out how to set the application pool and default value <parameter name="applicationPool" defaultValue="MyDefaultValue" > &…

msdeploy
Why does this web.config transform say it can't find the applicationSettings element?

I get the following error while transforming a web.config file in TeamCity. It happens on the element, <applicationSettings …

msbuild web-config publishing msdeploy
MSDeploy doesn't deploy to remote server using MSBuild and Visual Studio 2010

I'm currently running Visual Studio Team System 2010 RC and I'm trying to get the Build Service setup to build my …

msbuild msdeploy visual-studio-2010
Breaking MsBuild package & deploy into separate MsBuild and MsDeploy commands

I'm having a few problems breaking out an MsBuild package+deploy command into two separate commands. (I need to do …

deployment msbuild teamcity msdeploy webdeploy
msdeploy getting ERROR_CERTIFICATE_VALIDATION_FAILED, allowUntrusted being ignored

I am using msdeploy to push out website code to 4 different servers (test and production servers). Works fine on the …

msdeploy
Can Web Deploy's setAcl provider be used on a sub-directory?

I'm trying to make a subdirectory in an MS Deploy package writable to the application pool user. Thanks to a …

visual-studio-2010 iis-7 msdeploy webdeploy
Publish Profile not working when building website project

I recognized that Web Deployment Projects are not supported in Visual Studio 2012. After reading this article, I tried to get …

msbuild msdeploy web-site-project publish-profiles
Ms deploy from the command line

Ok built the code and pulled the command details from VS during a verbose build via the publish option on …

package iis-8 msdeploy msdeployserviceagent
Web Deploy - Using Relative Paths for local file system deployment

I am wanting to use Web Deploy to run a custom deployment setup. As I am wanting to have this …

msbuild msdeploy webdeploy