Top "Msdeploy" questions

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

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
_CopyWebApplication with web.config transformations

I am trying to have my web application automatically Publish when a Release build is performed. I'm doing this using …

msbuild msdeploy
Visual Studio 2010 Publish Web feature not including all DLLs

I have an ASP.NET MVC 2 application. Web project contains a reference to SomeProject SomeProject contains references to ExternalAssembly1 and …

deployment visual-studio-2010 asp.net-mvc-2 build-process msdeploy
Web deploy error ERROR_DESTINATION_NOT_REACHABLE

I am trying to deploy my application using the following msdeploy command: MSDeploy.exe -source:contentPath="C:\Users\myUser\Documents\…

msdeploy microsoft-web-deploy
Make Web.config transformations work locally

I want to get web.config transformations working locally but apparently the transformations only occur when doing deployments. Does anybody …

asp.net visual-studio-2010 web-config msdeploy web-deployment
WebDeploy - Not able to log on the user '.\WDeployConfigWriter'

I have problem with MsDeploy to publish my website to remote IIS from Visual Studio. I encountered the following error: …

msdeploy
msdeploy error ERROR_USER_UNAUTHORIZED: Web deployment task failed. using IIS7, TFS2010, VS2012

Using Visual Studio 2012, TFS 2010, IIS7 Getting the following errors when I try to build/deploy: Any CPU | Test 1 error(s), 1 …

visual-studio-2012 tfs msbuild msdeploy microsoft-web-deploy
Copying Files in MDT 2013

I am working to automate deployment of Windows 7 along with several application on some XP laptops. I am able to …

deployment automation msdeploy msdeployserviceagent mdt
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