Top "Msdeploy" questions

Microsoft command line tool for deploying, synchronizing and packaging web applications, content and configuration settings to IIS Web Servers.

How do I use Add-Type to load Microsoft.Web.Deployment?

I am writing some PowerShell scripts that use the MSDeploy API. I can load the assembly using [System.Reflection.Assembly]::…

powershell powershell-2.0 msdeploy
Sqlproj: Which solution to deploy a database in command line?

I am currently deploying a website to a server by using the Microsoft Web Deployment technologies (msbuild and msdeploy commands). …

deployment msdeploy vsdbcmd sqlproj sqlpackage
How to execute a PowerShell script only before a web deploy Publish task in VS 2012?

Currently I have a post-build event configured in my web project using Visual Studio 2012 like this: This basically calls a …

powershell visual-studio-2012 publish msdeploy post-build-event
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
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
How do I keep MSDeploy from deleting extra folders in my project?

I am using the MSBuild runner in Team city to build and deploy my project to a staging environment. Everything …

visual-studio-2010 msbuild publishing msdeploy
Using MsBuild to generate customized MsDeploy manifest (Package target)

I am using Web Deploy to package and deploy web sites for my product. In particular, I have two different …

msbuild manifest msdeploy slowcheetah
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
Error 550 occurred by deploying via MSdeploy.exe

For ASP.NET project MSBuild gives some files in E:\Build such as: TestProjectA.deploy.cmd TestProjectA.SetParameters.xml TestProjectA.…

asp.net iis-7 windows-server-2008 msdeploy