Microsoft command line tool for deploying, synchronizing and packaging web applications, content and configuration settings to IIS Web Servers.
I have an application setup with the following Package/Publish Web settings: Only files needed to run this application (unchecked) …
asp.net .net msdeployI have found out how to set the application pool and default value <parameter name="applicationPool" defaultValue="MyDefaultValue" > &…
msdeployI get the following error while transforming a web.config file in TeamCity. It happens on the element, <applicationSettings …
msbuild web-config publishing msdeployI'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-2010I'm having a few problems breaking out an MsBuild package+deploy command into two separate commands. (I need to do …
deployment msbuild teamcity msdeploy webdeployI am using msdeploy to push out website code to 4 different servers (test and production servers). Works fine on the …
msdeployI'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 webdeployI 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-profilesOk built the code and pulled the command details from VS during a verbose build via the publish option on …
package iis-8 msdeploy msdeployserviceagentI am wanting to use Web Deploy to run a custom deployment setup. As I am wanting to have this …
msbuild msdeploy webdeploy