Microsoft command line tool for deploying, synchronizing and packaging web applications, content and configuration settings to IIS Web Servers.
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 msdeployI'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 msdeployI'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 webdeployI 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 msdeployI 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 msdeployI'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-projectFrom 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-8I want to package my VS2010 web application project ready for deployment with msdeploy. On development machine I can do …
msbuild package web-deployment msdeployI currently use the MSBuild runner in TeamCity for continuous integration on my local server and this works very well. …
msbuild continuous-integration teamcity msdeployI'm trying to build a Web Deploy package via msbuild on a new machine and it's not working. It builds …
iis msdeploy webdeploy