Top "Webdeploy" questions

The Web Deployment Tool (Web Deploy) is a command-line tool from Microsoft that is used for synchronizing Web sites and Web servers.

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
Publish Web Deploy using VS Code

In Visual Studio, I use the "publish web" feature to do some web.config transforms, and publish a WebAPI project …

msbuild webdeploy visual-studio-code
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
Visual Studio 2012 Web Deploy to Windows Server 2008 R2 with IIS 7 and /msdeploy.axd 404 error

In 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 webdeploy
The CodeDom provider type "Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider ..." could not be located

I 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 webdeploy
MSDeploy.exe can connect as Administrator, but not any other Windows account

I'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 webdeploy
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
Can the web deploy agent run on a port other than 80 on IIS6?

I've got a bit of a challenge with a Windows 2003 machine where I need to run the web deploy agent …

iis configuration webserver webdeploy
Web Deploy results in ERROR_COULD_NOT_CONNECT_TO_REMOTESVC

We are trying to configure continuous integration with TFS 2012. While queuing a new build, the publish fails with the error: …

webdeploy