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.

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

I'm trying to deploy my ASP.NET MVC 3 web application using VS2010 Publish feature. I'm using Web Deploy as Publish …

visual-studio-2010 iis-7 web-deployment-project windows-server-2008-r2 webdeploy
MSBuild: How to build web deploy package for Web Deployment Projects (VS2010)?

I migrated a Web Site project (with Web Deployment project) from VS2008 to VS2010. Now I can make "Build Deployment …

visual-studio-2010 msbuild webdeploy
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
Visual Studio Web Deploy to IIS 6

Has anyone successfully used the new Web Deploy feature of VS2010 to deploy a web site to IIS 6 running on …

visual-studio-2010 iis iis-6 windows-server-2003 webdeploy
Msbuild just produces a package but does not deploy it when using a publish profile. Why?

MSBuild really seems to like me. Recently I am trying out the different possibilities to build and deploy from command …

msbuild web-deployment msdeploy webdeploy
MSDeploy skip rules when using MSBuild PublishProfile with Visual Studio 2012

I'm trying to use WebDeploy to publish a website using custom MSDeploy skip rules and a publish profile saved in …

visual-studio msbuild visual-studio-2012 msdeploy webdeploy
VS2010 web deploy the connection string argument cannot be null or empty

Having problems deploying a website to an windows 2008 r2 server running IIS7. I have previously deployed another site to this …

visual-studio-2010 visual-studio iis-7 connection-string webdeploy
Azure Function App - Publish failed

I'm unable to publish (WebDeploy) my Azure Function App (It's a Durable Function, I know it deosn't matter, but, just …

azure azure-functions webdeploy
Web Deployment through MSDeploy.exe

I'm configuring a CI build server with Jenkins. After the build steps I'd like to deploy the website. When publishing …

jenkins msbuild msdeploy webdeploy web-deployment-project