When using msdeploy to do a sync operation, one of the things that MSDeploy checks to determine if a file should be synced or not is the attributes on the file (readonly, ar开发者_如何转开发chive, etc
I get the following error while transforming a web.config fil开发者_开发问答e in TeamCity. It happens on the element, <applicationSettings xdt:Transform=\"Replace\">.
I have a configuration in teamcity that package and deploys. I am using the following to package and deploy on a remote server
I have a Visual Studio 2010 solution with two projects: An ASP.NET MVC 3 web application. A class library.
I need to copy a particular file from one location to another., Is it possible to use robo开发者_运维百科copy to do same.Whilst Robocopy can be persuaded to copy a single file it is much simpler to us
I had 开发者_运维技巧v1 of msdeploy installed and I uninstalled it to install the v2. Now my vs2010 packages fail when I run the deploy.cmd because it can\'t find the registry entry - even though I\'v
I have a project which I can deploy to 4 sites from within VS2010, 2 using file based deployment and 2 using web deploy.
How I make the package I make the msdeploy package like this: msdeploy.exe -verb:sync -source:iisApp=c:\\content\\ -dest:package=c:\\pkg.zip
I\'m trying to deploy a website to an IIS6 box using msdeploy.exe. I can publish similar websites to the same server using Visual Studio 2010, so I know that the MS Deployment Agent Service is running
I have a dev site that I am trying to sync to my staging environment. Both servers are Windows 2003 running IIS6. Whenever I run a sync command the destination site name and IP address are being overw