Web Deploy is an extensible client-server tool for syncing content and configuration to IIS.

learn more… | top users | synonyms

1
vote
0answers
17 views

How to keep web deployment package parameter values set through IIS UI across package updates?

My question is similar to this one, which remained unanswered, unfortunately. We are rolling out a web application as a web deployment package (Web Deploy/MSdeploy) to different environments. The ...
2
votes
1answer
37 views

Running 2 publish profiles at same time?

I have 2 production servers that I need to deploy my app to every time. Right now I have 2 different publish profiles - 1 for each server. I run these manually through Visual Studio 2012 web deploy. ...
0
votes
1answer
56 views

MSBuild not triggering WebDeploy

Multiple TFS 2010 MSBuilds are not triggering Web Deploy to publish the web application to the IIS website. This is for multiple different software products, multiple different build configurations, ...
0
votes
1answer
30 views

Web publish is adding a namespaced connection string when deploying

When using webpublish in visual studio 2012 with a code first migration context, I happen to have a problem. In our web.config, there is two connection strings, defined like so; ...
0
votes
1answer
221 views

How to use Web Deploy 3.0 with a non-admin account

I'm trying to deploy an ASP.net MVC Web Site using a non-administrator account (with Web Deploy 3.0). According to all the videos and documentation I've seen this is possible. However, when I try to ...
0
votes
2answers
244 views

How to automate Web Deploy of a specific Publish Profile with an MSBuild script?

I have a Visual Studio 2012 solution, which contains three web projects. Each of them has a web deploy publish profile, which creates a package in a specific directory. The solution itself also has a ...
0
votes
1answer
167 views

Minifying JS/CSS for Web Deploy

I'm trying to Minify Javascript and CSS using AjaxMin when I deploy using a Web Deploy Publish Profile. Here is what I have in the project file: <Import ...
0
votes
1answer
179 views

Web Deployment Tool does not work from localhost, but works from remote

Setup: Windows server 2008 R2 Web Deployment Tool 2.1 installed and running Management Service installed and running I can deploy from my development machine using VS 2010 or msbuild, when ...
0
votes
0answers
114 views

Web Deploy could not complete the request

I'm trying to deploy my application and I'm not really sure what is going wrong. Error 3 Web deployment task failed.(Could not complete the request to remote agent URL (the url).) Could not ...
0
votes
1answer
72 views

Can Web Deploy also take care of dependencies?

I'm looking for a way to deploy an ASP.NET MVC website including all of it's dependencies such as .NET framework or ASP.NET MVC 3. I found out how to dump a list of all of my dependencies with web ...
0
votes
0answers
264 views

Enable Cross Domain IIS Web Deploy

Is it possible to use the Web Deploy (wmsvc) across domains? That is can I deploy from my dev box/build server in one domain onto a web server in another? I am able to do this inside the same domain ...
2
votes
1answer
69 views

Web Deploy to 2 separate web servers?

I have an MVC3 application that I deploy to IIS 7.5 using the "Web Publish" feature in Visual Studio. I need to setup a 2nd server that will be hardware load-balanced and will mirror the setup on the ...
0
votes
1answer
322 views

MSDeploy API - Allow Untrusted Certificate

I am trying to run remote MSDeploy commands using the MSDeploy API through c#. I am running the following: //test connection by pulling down file list var sourceBaseOptions = new ...
3
votes
1answer
1k views

Deploying .NET 4.5 web app with Web Deploy

I have working ASP.NET MVC 3 application. The project is built with VS 2010 and targets .NET 4.0. Now I retargeted it to .NET 4.5 and successfully recompiled. Trying to deploy it to our test server ...
0
votes
1answer
71 views

tfs build user need to be admin on destination server for web deploy

To deploy via web deploy to IIS7 from Tfs Build - does the user tfs build is running under need to be administrator on the destination server? I am working with MVC 4 .net app.
0
votes
1answer
395 views

pass parameters to batch file in msdeploy runcommand

I am not able to get this to work call "%MSDeployPath%msdeploy" -verb:sync -source:runCommand='backup.bat param1' -dest:auto,computername=10.xx.xx.xx,username=xxx,password=yyy It gives me: ...
3
votes
1answer
318 views

Setting up automatic backups in Web Deploy tool

I've been struggling to setup automatic backup, but seems to have hit a wall. Following this document, and using Powershell, I've enabled the backups (TurnOn-Backups -On $true, then Configure-Backups ...
2
votes
1answer
1k views

Web Deploy works with VS2010; fails with VS2012

With VS 2010 Web Deploy is functional and working without issue. At the same time, Web Deploy from VS 2012 fails, indicating that the server did not respond and suggesting this link. This notes the ...
0
votes
1answer
57 views

How to debug your web deploy project

I have a webdeploy project and I need to check if a particular step has run or not. I was told that there is some command that prints some given text in the log. Does any1 has idea on how to do that? ...
0
votes
1answer
115 views

web deploy copy a file from drop location to project

I have a console project in my solution. Now I want that exe of that project should be added to my main project post deployment using web deploy. How can I achieve that? Regards, Gautam
0
votes
0answers
144 views

Analogue of capistrano/fabric for common lisp + restas + huchentoot

Does exists any deployment tool for cl like capistrano(ruby)/fabric(python)? Requirments: git support; simple one-command deploy to server (like cap deploy), that pull updates from repository; ...
0
votes
1answer
253 views

Visual Studio 2010 Web Deploy Config Transformation Based on Publish Profile Name

I've a Project called TestWebSite. I create 2 Solution Configuration (Debug, Release) Then I create a Config Transformation for Web.Config. Then I create 2 "Publishing Profile" 1) ...
0
votes
1answer
123 views

publishing website in webmatrix with web deploy

How can I publish my website in Webmatrix that uses a database, using Web Deploy? My connection string has the configuraions of my local database. Should I change the configurations before publish ...
1
vote
3answers
1k views

TFS build definition does not deploy web application to IIS

I am currently trying to get a TFS Build Definition to automatically deploy my web application to the server. The build definition is just a standard manual build definition. I have create the build ...
4
votes
2answers
1k views

Visual Studio 2010 not publishing all of App_Data

I published my project with Visual Studio 2010 Ultimate SP1 and I have a bunch of files in ~/App_Data. I don't remember if the first upload of appdata was with FTP or with WebDeploy. The problem is ...
1
vote
2answers
95 views

any way to pass -Usechecksum to msdeploy using msbuild

I have a website with lots of files using team build and deploying though web deploy packages. The problem i am having is that the packages are build from one of the machines from the farm and the ...
0
votes
1answer
265 views

Trying to use Web Deploy's setAcl provider on a sub-directory?

I'm trying to make a subdirectory (config) in a Web Deploy package writable to the application pool user. It looks as though I'm trying to do exactly what is in this post: Can Web Deploy's setAcl ...
0
votes
1answer
495 views

JNLP: How to specifying installation directory and data to download?

I wonder if one can let the user specify an installation directory for an application served by a JNLP file? For example: INSTALLDIR: C:\Program Files\MyCompany\My Program\ Is that also possible to ...
0
votes
1answer
286 views

web deploy parameters.xml settings not making their way into the web.config file

I've created a parameters.xml and verified that the xpath works with an online tool http://www.xpathtester.com/ <?xml version="1.0" encoding="utf-8" ?> <parameters> <parameter ...
1
vote
1answer
545 views

TFS 2010 Auto Deployment for Web application

I am new with TFS 2010 Auto Deployment. I have multiple Web Applications in one solution. Is there any simple way to deploy one web application only?
0
votes
0answers
288 views

Web Deploy VS 2010 ASP.NET MVC

I tried deploying my first MVC app today. I'm used to Linux boxes with PHP which is a breeze but this is not working for me. When I deployed it and checked the hosts file manager I noticed it pretty ...
9
votes
1answer
1k views

App_Offline in MSBuild Remote Web Deploy

I have the following task in my MSBuild script to deploy to a remote server using Web Deploy (MSDeploy service): <Target Name="Deploy"> <MSBuild Projects="$(SolutionFile)" ...
0
votes
1answer
70 views

web deploy 401 from package, works in VS2010

I'm trying to get an automated deployment working from a CI server (TFS 2010) Basically I've got a package getting built and if all the tests past I'd like to deploy it. Outside of TFS and just using ...
0
votes
1answer
323 views

MSDeploy - Prompt for Parameters

I've got a web deployment package I've built using Visual Studio 2010. I've defined a Parameters.xml file, which includes all of the parameters, descriptions, and default values. When deploying a ...
0
votes
1answer
64 views

Clarification of web deploy project settings

During a web deployment I'd like to change some ACL settings. I found this article describing the process. The article includes the following code snippet: <PropertyGroup> <!- Extends ...
1
vote
0answers
89 views

Web Deploy Type Access Failures

I have an ASP.NET web application that formerly published just fine to several locations. Now when I try to publish or package the application from Visual Studio, regardless of method (i.e., through ...
0
votes
1answer
446 views

TFS deploy web site to IIS 6 on build

I'm new to TFS and I'm trying to set up my build server to automatically deploy a website to a local test server running IIS 6. I've installed web deploy on the destination server (which is Win2k3 ...
2
votes
1answer
58 views

What does WebDeploy 2.0 install?

I am purposing using WebDeploy 2.0 in my organization, and the question has been raised to me, What allEXE's/DLL's/Registry keys does installing this product put on the server. Is there a place that I ...
0
votes
1answer
755 views

Web Deploy Error with Azure

I'm trying to deploy my web app to Azure using this method, but periodically, i get this error. Any ideas? I rebooted the instance, still happens. Start Web Deploy Publish the Application/package ...
2
votes
1answer
236 views

How do I deploy Web Site Projects in Visual Studio via Web Deploy?

I want to deploy a Web Site Project (as opposed to a Web Application Project) from Visual Studio using web deploy so I can deploy to the Windows Azure Accelerator for Web Roles. However, it appears ...
9
votes
2answers
2k views

How to Web Deploy a web application targeting Entity Framework 4.2 June 2011 CTP

I'm using Entity Framework 4.2 June 2011 CTP in a small web application (ASP.NET MVC 3) because it supports enums. I tried to deploy it using web deploy and I get the following error : The ...
1
vote
1answer
478 views

Deploying Web Applications using Team Build and Web Deploy

So, here is the deal. In web app project settings I configured a deployment package which includes all content files along with IIS settings for the site & app pool. Now, when i go to Team Build ...
1
vote
1answer
155 views

WebDeploy API (IIS 7) - “public API”: resources?

Does anyone know any resources for the WebDeploy API? Has anyone used it? I've tried asking on the official forum, and looked around the site (the one that says there's a 'Public API' but then has ...
12
votes
2answers
3k 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 ...
2
votes
3answers
1k views

Using Web Deploy - Permissions

I am using Web Deploy to deploy my MVC3 applications from Visual Studio 2010. All goes perfect when I user the "Administrator" account of the server in the Web Deploy dialog. I have a new employee ...
2
votes
1answer
460 views

Install two web sites in two different virtual directories with a Visual Studio Web Setup project

I'm trying to put two web projects that needs to be installed in different virtual directories in the same Web Setup Project, because they are closely related, but they have to run sepparately. I can ...
0
votes
1answer
525 views

what tool to use to automate building & publishing content in VS2010?

I'm using vs 2010 and have a web application project. I currently use the right-click "publish" option on my project using the "web deploy" option to publish the entire application to a server that is ...
1
vote
0answers
114 views

MS Web Deploy and Late Binding

I am using the Castle IoC container in a large web project written in VS2010. We have post build events that copy the late bound assemblies from other projects into the bin folder of the web app. We ...
3
votes
3answers
1k views

What is the Visual Studio's Web Deploy “Mark as an IIS Application on destination” mean?

when I'm trying to deploy to an IIS7 website using Web Deploy, one of the options is to Mark as an IIS Application on destination. What does this mean when have it ticked on or off?
12
votes
4answers
3k views

Can't get my EC2 Windows Server 2008 (Web stack) instance to receive publishings of my website

I installed a fresh AMI for EC2 (http://aws.amazon.com/amis/Microsoft/5147732567196848) and have installed Web deploy 2.1 on it. The web deploy 2.1 service is running for real as netstat -an Shows ...

1 2