i\'ve got two different web projects that i\'m deploying via msdeploy and tfs. one performs a transformation on the web.config and the other does not.
I have a web site project that has been existing for a while - it has been ASP.NET MVC2 based up until right now. .Net 4, Visual Studio 2010 Sp1, deployed to IIS 7.5 running on Win2008 R2.
I\'m trying to use a msdeploy sync command, skipping a given folder that are all around the destination directory.
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 workwith VS2010 and
I\'m starting to use MSDeploy quite aggressively within our Visual studio web projects projects as a mechanism for producing self contained build artefacts that have everything needed to setup and run
When using IIS6, should the \'Deploy\' context menu item be available when right clicking on a web site?
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 s
I can\'t change an element in 开发者_开发百科Web.config with MSDeploy. My Parameters.xml file:
I\'ve been following a very helpful blog post by Xinyang Qiu for adding gacAssembly elements to my Web Deploy site manifest.Unfortunately, the gacAssembly provider doesn\'t appear to be able to packag
I\'m using MSBuild 开发者_如何学Pythonto create a deployment package as part of my build process. I am calling MSBuild with /t:package as part of the command.