Top "Msdeploy" questions

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

WebDeploy with MSBuild Not Deploying from TeamCity

I am trying to use MSDeploy to deploy an MVC project to the server using TeamCity. When I do this …

msbuild visual-studio-2012 teamcity msdeploy webdeploy
MsBuild and MsDeploy with multiple environments

Are there good patterns for mapping solution configurations to environments and using MsDeploy for packaging per environment? Shortest version: Grab …

.net asp.net-mvc-2 msbuild package msdeploy
Specify different path for provider iisApp when creating package with msdeploy

How I make the package I make the msdeploy package like this: msdeploy.exe -verb:sync -source:iisApp=c:\content\ …

msdeploy webdeploy
Visual Studio 2012 Web Deploy Publish ignores selected Configuration for transform and build

When I create a publish profile I have the option to select which Configuration I want the publish to use …

configuration visual-studio-2012 msdeploy webdeploy
MSDeploy to install windows service?

We have a website which publishes events using NServiceBus. The site is deployed using msdeploy. We also have the NServiceBus.…

windows-services msdeploy automated-deploy
Using Microsoft AJAX Minifier with Visual Studio 2010 1-click publish

The Microsoft AJAX Minifier provides a build task which can be used in TFS or local build definitions. I have …

visual-studio-2010 msdeploy microsoft-ajax-minifier
How do I control the AppPool used for deploy through VS & MSDeploy settings

When I build a deploy package for my webapp the package contains an archive.xml file that contains the following: &…

visual-studio msdeploy application-pool
Web Deploy / Publish is adding a unknown connection string?

Previously publishing my web api app was working perfectly. Today i converted my app from being "any cpu" to x86. …

asp.net-mvc msdeploy web-deployment
MSDeploy: "Leave extra files on destination" from command line?

I use MSDeploy to publish things to different servers during CI. When I publish from Visual Studio 2010 I have a "…

c# asp.net msdeploy
Skip directory in msdeploy

I have a msdeploy in my nant script(Team City) that is working except it is copying some folders that …

absolute-path msdeploy skip