webdeploy crashed when deploying web site with https binding and...
I have set up an approach for creating a web site (so not a web app) from a template web site.So, I created "manually" in IIS manager a site with http and https binding and exported this. So, this...
View Articlelocal resource not found error with Web Deployment
I have a Web application that have been written with ASP.Net 4 C#. I have a Web Deployment(2010 Version 10.0.30319) Project for deploying this web application. I am using Visual Studio 2010 SP1.When I...
View ArticlesetAcl in wpp.targets not performed upon Publish - Web Deploy (but says it is)
I'm not sure if this is technically an msbuild or an msdeploy/vsmsdeploy question - if this isn't the right place, let me know.I have a web forms application (Visual Studio 2010) with an existing...
View ArticleMassaging a web deploy package to kick out reference to certificate and...
I managed to create a kind of template web site package which i will use to distribute between several environemts (from staging to production).Obviously, the certificate which is attached to the https...
View Article-useChecksum and -whatif BUG?
When I use -useChecksum in combination with -whatif (non-verbose), the log will still show *all* files with different time stamps changing. However, if you deploy live non-whatif it will only deploy...
View ArticleWeb Deploy V3 Documentation
HiWhere can I find documentation about V3 and the advanced parameterization like removing elements or adding them at a specific place (after some other elements)? I am using V3 successfully for adding...
View ArticleparameterEntry in parameters.xml lost when packaging with MSBuild
Hi,I'm trying to create a Web Deploy package for my Web Application using custom parameters to configure my web.config file. I'm following the process described...
View ArticleHow to change the Path of the virtual directories
Please excuse my "nub-ness"I'm trying to move a web from server A, IIS6 to ServerB IIS7When I use the following msdeploy -verb:sync -source:metakey=lm/w3svc/1,Computername=ServerA...
View ArticleMSDeploy V3 Parameterization Remove an Element
Hi allHow can I remove an element completely from Web.config. I am using V3 successfully for adding new elements so far, but now I want to remove and/or replace elements. Many thanks
View ArticleWhere does web deploy decide to use ConnectionStringsToInsert in *.pubxml
Hi, where does web deploy decide to enter entries like this in the *.pubxml. I have a entry that keeps getting re-added <ItemGroup> <_ConnectionStringsToInsert...
View ArticleSet the "Remove additional files at destination" property...
Hi,When deploying from within Visual Studio, our deploys at the moment require that we uncheck this checkbox, so that remote files are not being removed.We are now scripting the deploy, but I can't...
View ArticleWeb Deploy 3 API - deploy a .NET 4.5 application
We're using the (almost completley undocumented) 'public API' for Web Deploy 3 to create a .zip package of our website and then sync it to a server:using (var deploymentObject =...
View Articleapphostconfig and physical path
Hi, i have the following cmdline that works except for the where it deploys the acual files to (phyical path). When i use iisapp instead of apphostconfig it creates the folders in the correct location...
View ArticlewebServer provider and rootWebConfig32 problem
I'm syncing websites all with 32bit enabled in their app pools. These are brand new windows 2008 64bit machines so a fresh install etc. The primary server, web 1, has been tested and the websites on...
View Articleerror when deploying a site package when site contains application which is...
I have seperate webdeploy packages for (1) the app pool , (2) the site and (3) an application (under the site). The deployment are always executed under the same admin user.When I deploy the site...
View ArticleWeb Deployment task fails since upgrade to Web Deploy 3.0
Hi,I have just updated to Web Deploy 3.0, I followed this tutorial: http://www.iis.net/learn/install/installing-publishing-technologies/installing-and-configuring-web-deployI made sure I stoped and...
View Articlemsdeploy.exe declare param for iis web application name
Hey everybody,I'm trying to solve a problem using msdeploy. I want to declare a parameter to change the default web application name. What is the correct syntax?I have tried this (found on Internet):...
View Articleparameters.xml for web.config changes using Web Deploy
Hi, I need to make some web.config changes on my site using Web Deploy but can't find any doecumentation on anything. Does anyone have any docs I can read through or a pointer on how I might change...
View ArticleMSDeploy V3 Parameterization insert an element at a specific position in...
Hi allIs there a possibility to insert a new element at a specific position in web.config? For example to insert an new element after the </configSection> element?Many thanksJuerg
View ArticlegacInstall in manifest.xml
Is it possible to use the gacInstall provider from within a deployment package? Ideally I would like to include a group of assemblies within the package and then use gacInstall to install the...
View Article