Top "Msdeploy" questions

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

How to Publish Web with msbuild?

Visual Studio 2010 has a Publish command that allows you to publish your Web Application Project to a file system location. …

asp.net visual-studio-2010 msbuild teamcity msdeploy
Using MSBuild.exe to "Publish" a ASP.NET MVC 4 project with the cmd line

I'm looking for a command to run against the MSBuild.exe that just takes a MVC 4 project and publishes it …

visual-studio msbuild asp.net-mvc-4 msdeploy
Web deployment task failed. Could not connect...server did not respond

I've been publishing my Lightswitch app using Visual Studio 2012 RC to my localhost (Win 7, SQL 2008 R2, IIS 7.5) just fine. Now …

visual-studio iis deployment msdeploy webdeploy
How to get Visual Studio 'Publish' functionality to include files from post build event?

I am currently attempting to use Visual Studio 2010 'Publish' and MSDeploy functionality to handle my web deployment needs but have …

asp.net visual-studio-2010 build-process publishing msdeploy
How do you include additional files using VS2010 web deployment packages?

I am testing out using the new web packaging functionality in visual studio 2010 and came across a situation where I …

visual-studio-2010 visual-studio web-deployment msdeploy
How to use command line msbuild to deploy VS2012 Web Site project without precompiling it?

I've inherited a very large VS2012 web site project (not web application) and am trying to automate it's deployment. There …

asp.net visual-studio-2012 msbuild msdeploy web-site-project
Getting a 404 from WMSvc via MSDeploy.exe

From Windows 8 to Windows Server 2012 (IIS 8) with Web Management Services installed and working, I can use IIS Manager on W8 …

iis msdeploy iis-8
MSBuild target package not found

I want to package my VS2010 web application project ready for deployment with msdeploy. On development machine I can do …

msbuild package web-deployment msdeploy
Full list of /P MSDeploy arguments for MSBuild from TeamCity

I currently use the MSBuild runner in TeamCity for continuous integration on my local server and this works very well. …

msbuild continuous-integration teamcity msdeploy
What is this vague error with 'redirection.config' while building a Web Deploy package?

I'm trying to build a Web Deploy package via msbuild on a new machine and it's not working. It builds …

iis msdeploy webdeploy