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.

App_Offline in MSBuild Remote Web Deploy

I have the following task in my MSBuild script to deploy to a remote server using Web Deploy (MSDeploy service): &…

msbuild msdeploy web-deployment webdeploy
Could not load file or assembly 'Microsoft.Web.Deployment, Version=9.0.0.0

I have VS 2013 Ultimate. My remote server is IIS 7.5 and enabled for remote deployment. I have installed Web Deploy Tool 2.1 …

.net webdeploy
401 Unauthorized error with WebDeploy using non-administrator user

<TLDR> Is it at all possible to use ms web deploy to deploy a web application to a …

iis-7 msdeploy webdeploy
MSBuild targets and Visual Studio 2012 issues

I'm having a hard time getting my third party non-reference assemblies deployed via Webdeploy withing the Visual Studio 2012 UI. I …

msbuild visual-studio-2012 msbuild-task webdeploy msbuild-target
Deploy Azure Website via MSBuild & WebDeploy, but with which credentials?

I have a very simple ASP.NET MVC 4 application and I can publish it easily to my local or inhouse …

azure deployment msbuild webdeploy
How to automate Web Deploy of a specific Publish Profile with an MSBuild script?

I have a Visual Studio 2012 solution, which contains three web projects. Each of them has a web deploy publish profile, …

asp.net msbuild webdeploy
How can I avoid this deep folder structure with MSDeploy to filesystem using MSBuild?

I'm pulling my hair out over this MSBuild issue. We're using TeamCity to build a solution with two MVC websites …

msbuild teamcity msdeploy webdeploy
web.config transform at deploy time not build

I'm wanting to know how to perform the following Build & package an ASP.NET website to the file system …

asp.net tfs msbuild msdeploy webdeploy
How to use MsDeploy to deploy a sub-application within a website

I have a sub application underneath an IIS website, and I can deploy it using the publish wizard in Visual …

visual-studio deployment iis-7 msdeploy webdeploy
How to deploy ASP.NET app to Amazon EC2 using MS WebDeploy?

I have an ASP.NET MVC site that is hosted on an Amazon EC2 service. I want to establish auto …

asp.net-mvc amazon-ec2 webdeploy microsoft-web-deploy