The Web Deployment Tool (Web Deploy) is a command-line tool from Microsoft that is used for synchronizing Web sites and Web servers.
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 webdeployIn Visual Studio, I use the "publish web" feature to do some web.config transforms, and publish a WebAPI project …
msbuild webdeploy visual-studio-codeI have a Web Deploy 3.5 package that I want to deploy to a remote server. How do I specify the …
msdeploy webdeployIn Visual Studio 2012 RC when I try to validate a Web Deploy connection I get this error message: ERROR_DESTINATION_…
iis-7 http-status-code-404 windows-server-2008-r2 visual-studio-2012 webdeployI published my website using visual studio publish option to my host. my host uses asp.net 4.5.1 framework. it works …
c# asp.net visual-studio-2015 webdeployI'm integrating MSDeploy into my build process, and having problems authenticating. The following command works fine: msdeploy -verb:sync -source:…
asp.net iis iis-7.5 windows-server-2008 webdeployI'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-wppI've got a bit of a challenge with a Windows 2003 machine where I need to run the web deploy agent …
iis configuration webserver webdeployWe are trying to configure continuous integration with TFS 2012. While queuing a new build, the publish fails with the error: …
webdeployI am trying to publish a website from my computer to an IIS web server via web deploy. I have 3 …
asp.net iis deployment webdeploy microsoft-web-deploy