开发者_运维问答I\'m having issues setting up different envirnoments with MSBuild and MSDeploy.
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).
I have created an archive of a website name \"test\" having physical location C:\\test onIIS 6.0 windows server 2003 using
I have a zip file on source server in a shared location and, using msdeploy, I would like to copy it to the destination server. However, if for the first time, the site does not exist on the destinati
First thing you should know is that this worked on Wednesday of last week and the VM has been has been rolled back to the Monday of last week.
I\'ve got the file Parameters.xml that contains the following <parameter name=\"Identity Suffix\" description=\"Suffix of the identity services of the environment\"tags=\"\" &g开发者_Python百科t;
I am using the following MSDeploy command to pull content and settings from a production server to a staging server nightly.
I\'m just getting to grips with the C# API for MSDeploy (Microsoft.Web.Deployment.dll), but I\'m struggling to find a way that I can determine the dependencies for a given web server.
Is it possible to include variables in a web.config transform file? For each environment, I have basically the same transform, just with different values.For example, for the development environment,
I\'m having trouble using Web Deploy\'s appHostConfig provider with IIS 6.I don\'t see anything in the documentation saying I can\'t or that I need to install anything extra.