Tagged Questions

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

learn more… | top users | synonyms

35
votes
9answers
18k views

How can I get TFS2010 to run MSDEPLOY for me through MSBUILD?

There is an excellent PDC talk available here from Vishal Joshi which describes the new MSDEPLOY features in Visual Studio 2010 - as well as how to deploy an application within TFS. (There's also a ...
26
votes
9answers
3k views

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 ExternalAssembly2. SomeProject explicitly calls into ...
23
votes
4answers
4k views

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 use a pre-build event to copy required .dll's into my bin folder that my app relies ...
21
votes
2answers
3k views

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 this file, and try to change the .msbuild file so ...
17
votes
1answer
442 views

How do I deploy using MSDeploy in Team Build 2010 using the WMSVC service and NTLM authentication?

I am trying to deploy using Team Build 2010 to a Windows Server 2008 R2 web server. My build server agent is setup to run under a Windows domain account. I have successfully given this domain account ...
17
votes
4answers
4k views

msdeploy (Web Deploy) failing with 401 auth issues

I'm trying to get msdeploy installed and set up. I've installed the remote service on the web server, but all my tests are giving me a 401 unauthorised error. The server is Windows 2008 R2. I'm ...
16
votes
3answers
3k views

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 this using: MSBuild.exe "C:\path\to\WebApp.csproj" /target:package But on my ...
13
votes
1answer
761 views

Why are some Web.config transforms tokenised into SetParameters.xml and others are not?

I've been using config transforms in VS2010 quite a bit lately but am confused as to why some transforms are applied directly to the Web.config in the package but others are stored against a token in ...
11
votes
2answers
706 views

MSDeploy runCommand using relative path

I am trying to run a command as a part of my packaging/deployment process via MSDeploy. In particular, I am trying to create a custom event log by running installutil against one of my DLLs, but I am ...
10
votes
1answer
3k views

Getting MSDeploy working on our build/integration server - Is an MSBuild upgrade necessary?

We have what I think is a fairly standard build process: 1. Developer: Check in code 2. Build: Polls repo, sees change, and kicks off build that: 3. Build: Updates from repo, Builds w/ MSBuild, Runs ...
9
votes
1answer
257 views

How to set MSDeploy settings in .csproj file

Is there a way to set MSDeploy parameters in .csproj file itself of ASP.NET MVC project? Particularly a "skip" parameter, which should skip a "Temp" folder. ...
9
votes
3answers
3k views

MSDeploy doesn't deploy to remote server using MSBuild and Visual Studio 2010

I'm currently running Visual Studio Team System 2010 RC and I'm trying to get the Build Service setup to build my solution and deploy 3 web applications in it. I've created a custom build ...
8
votes
2answers
2k views

Can MSBuild deploy using integrated authentication or only basic?

I'm deploying a web app package from the MSBuild command line to MSDepSvc on IIS6 which is working fine with the following command using basic authentication: MSBuild.exe Web.csproj ...
8
votes
1answer
431 views

Using MSDeploy to install windows services from package

I've read where it's possible to utilize MSDeploy to install windows services or even performance counters on a remote machine. I see how this can be accomplished using the MSDeploy "sync" from a ...
8
votes
2answers
4k views

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 run into a roadblock with regards to customizing the package ...
8
votes
2answers
2k views

MSDeploy triggers 401 Access denied error when trying to synch a site

I try to push/sync a IIS Site from a Win2003 Server to another. This is my command: msdeploy -verb:sync -source:metakey=lm/w3svc/68512112 ...
7
votes
4answers
4k views

WebDeploy (401) Unauthorized error

I'm getting an unauthorized error from MsDeploy using NTLM authentication when trying to remotely deploy an application using a windows user who is not a local admin on the destination server. I have ...
7
votes
1answer
753 views

What is up with this PowerShell command line quoting/escaping?

I obviously don't know what I'm doing. I have finally got this PowerShell command to work. But I can't figure out why it works. My concern is the final "" chars: &"C:\Program ...
7
votes
2answers
1k views

How to MSDeploy a built website package to a virgin IIS website

I am trying to automate our build/deployment process. So far I am using: a Visual Studio 2010 solution with a main Web Application project (and dependent projects) MSBuild MSDeploy ...
6
votes
1answer
591 views

Can Web Deploy's setAcl provider be used on a sub-directory?

I'm trying to make a subdirectory in an MS Deploy package writable to the application pool user. Thanks to a helpful post about the setAcl provider by Kevin Leetham I was able to get most of what I ...
6
votes
1answer
495 views

MSDeploy batch file does not handle quotes anymore

As part of our build process we deploy our web applications using MSDeploy. This worked perfect until a few weeks ago (I think when we updated our build/TFS server to SP1 of TFS 2010). In our build ...
6
votes
1answer
612 views

MSDeploy and “site under maintenance” page

I am new to MSDeploy as well as IIS admin. In order to show a "site under maintenance" page we are looking at two alternatives. 1) Have an app_Offline.htm page and sync it to the server when ...
6
votes
1answer
521 views

msdeploy — does it work or does it suck?

I make frequent and small ASP.NET/C# application changes, and so need a mechanism to deploy these changes with the least trouble to my server. I understood that msdeploy was to do the trick, but I ...
6
votes
1answer
1k views

Web Deploy returns 401 unauthorized when publishing via [proj].deploy.cmd

I'm having a bit of a problem with Web Deploy I just can't seem to iron out. Every time I try and publish to WMSvc via the [proj].deploy.cmd command in the package I'm getting "The remote server ...
6
votes
2answers
666 views

Build and deploy specific revision number with TeamCity

I'm just getting to grips with TeamCity and MSDeploy and have deployment to a dev environment triggered by SVN commit working nicely. The question I have is in terms of releasing to a test ...
6
votes
2answers
2k views

Set Application Pool for package using MSDeploy

I am deploying a website using MSDeploy so using something like the below code. "%ProgramFiles%\IIS\Microsoft Web Deploy\msdeploy.exe" -verb:sync -source:package=WebAppServer.zip ...
6
votes
2answers
737 views

Can MS Deploy do a package and transform, but not deploy?

Using msbuild in .NET 4.0, I can build web project with the "Package" target, and it does a nice job of putting the package in a zip file. But, when I look at the web.config in there, it's not ...
6
votes
1answer
981 views

Make Web.config transformations working locally

I want to get web.config transformations working locally but apparently the transformations only occur when doing deployments. Does anybody know of a way to run the msbuild target ...
6
votes
1answer
2k views

TFS 2010 - Deploy to Multiple Servers After Build

I've configured TFS 2010 to do a build and utilizing the MSBuild arguments, have it deploying to a single server without any issues. /p:DeployOnBuild=True /p:Configuration=Development ...
6
votes
1answer
1k views

VS2010 Web Deploy: how to remove absolute paths and automate setAcl?

The integrated Web Deployment in Visual Studio 2010 is pretty nice. It can create a package ready to be deployed using MSDeploy on a target IIS machine. Problem is, this package will be redistributed ...
6
votes
4answers
1k views

Opinions on MSDeploy

You know, the next "big" and "enterprisey" thing from Microsoft. Is it just me, or is it really hardly for humans? Main highlights are (IMO): Absolutely cryptic syntax ...
5
votes
1answer
345 views

MSDEPLOY: How can I access the command generated by Visual Studio

How can I access the MSDEPLOY command line generated by Visual Studio 2010. I am asking because when I manually run MSDEPLOY I can easly deploy on a remote server and when I run it throught Visual ...
5
votes
3answers
291 views

Can I insert elements into web.config with Web Deploy?

Is it possible to insert an XML element into my web.config using Web Deploy's Parameters.xml system? The XmlFile parameter "kind" appears to be the closest to what I need, but its match attribute ...
5
votes
1answer
2k views

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 succsfully used this in both a local project file (building to seperate files) and in TFS ...
5
votes
2answers
550 views

Make MSDeploy (Visual Studio) not delete App_Data folder but delete everything else

I'm using Visual Studio's Publish button to deploy my website, and want a different App_Data folder on the server. There's a checkbox for Leave extra files on destination (do not delete) which ...
5
votes
3answers
1k views

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.exe which should run as a windows service to subscribe to these events, ...
5
votes
3answers
2k views

Team Build: Publish locally using MSDeploy

I'm just getting started with the team build functionality and I'm finding the sheer amount of things required to do something pretty simple a bit overwhelming. My setup at the moment is a solution ...
5
votes
2answers
457 views

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 "Leave extra files on destination" option, but I can't seem to find a flag for this ...
5
votes
1answer
878 views

How do you call msdeploy from powershell when the parameters have spaces?

I'm running into a problem with spaces in my parameters that I try to send into msdeploy from a powershell script. There are a number of other related articles but none of them solve the problem. ...
5
votes
1answer
584 views

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 works perfectly except for the fact that it keeps removing my repository folder located ...
5
votes
2answers
704 views

How to use msdeploy and target a specific site?

When using msdeploy and the msdeploy.axd handler any attempts to deploy to my remote server is met with a 401 not authorized error and the server logs IISWMSVC_AUTHORIZATION_SERVER_NOT_ALLOWED ...
4
votes
1answer
126 views

MSDeploy with sql script

I have a deployment package that needs to run against about 3 different enviroments. I want to specify a sql script to run (source) with the enviroments database (destiniation). I don't want to ...
4
votes
1answer
316 views

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 projects in my solution I use this method to deploy. I have a third project in the solution ...
4
votes
1answer
152 views

Can I retain folder permissions during one-click web publishing?

Disclaimer: I know that I can retain folder permissions if i check the "Leave extra files on destination" checkbox but I don't want to do that. That said, is there any way to have one-click web ...
4
votes
1answer
566 views

MSDeploy 1-click publish not working from VS2010

We are working towards automated deployments and I was really exited about using MSdeploy to help get us there. Unfortunately, I have been having no luck with getting MS deploy to work with VS2010 ...
4
votes
1answer
565 views

Using MsDeploy to deploy Windows Services with preSync command

Is anyone successfully using MsDeploy for deploying windows services with a preSync runCommand? I've got it working using an Administrator account, but can't for the life of me get it working on a ...
4
votes
1answer
133 views

Trying to use Bamboo and MSDeploy

I have a builder in Bamboo that I've created pointing to MSDeploy executable. I want to take a backup of the current web site before I deploy the new one. Here is the command line that I'd run: ...
4
votes
3answers
757 views

Valid Parameters for MSDeploy via MSBuild

I'm trying to deploy a web application using MSDeploy, on Team Build in TFS. There are several questions that address the properties that have to be passed in MSBuild in order to call MSDeploy, but I ...
4
votes
1answer
298 views

MsDeploy remoting executing manifest twice

I have: Created a manifest for msdeploy to: Stop, Uninstall, Copy over, Install, and Start a Windows service. Created a package from the manifest Executed msdeploy against the package against a ...
4
votes
1answer
212 views

How do I configure MSBuild to use a saved publishProfile for WebDeploy?

I have used Visual Studio to create a publish profile. It saved that information to MyProject.Publish.xml, located in the root of my project directory. I would like the MSBuild task that gets ...

1 2 3 4 5 6