msdeploy
Ignore file attributes with MSDeploy?
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[详细]
2023-03-23 12:24 分类:问答Why does this web.config transform say it can't find the applicationSettings element?
I get the following error while transforming a web.config fil开发者_开发问答e in TeamCity. It happens on the element, <applicationSettings xdt:Transform=\"Replace\">.[详细]
2023-03-23 01:04 分类:问答teamcity is not executing msbuild command
I have a configuration in teamcity that package and deploys. I am using the following to package and deploy on a remote server[详细]
2023-03-22 04:12 分类:问答Why isn't my project reference being picked up by the web deployment packaging in Visual Studio?
I have a Visual Studio 2010 solution with two projects: An ASP.NET MVC 3 web application. A class library.[详细]
2023-03-21 22:15 分类:问答Can we use robocopy to copy files instead of folders
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[详细]
2023-03-21 03:18 分类:问答msdeploy v2 doesn't work with vs2010's packages
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[详细]
2023-03-18 20:24 分类:问答How to get to commandline msdeploy from VS2010 web deploy
I have a project which I can deploy to 4 sites from within VS2010, 2 using file based deployment and 2 using web deploy.[详细]
2023-03-18 03:35 分类:问答Specify different path for provider iisApp when creating package with msdeploy
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[详细]
2023-03-17 22:30 分类:问答MSDeploy to IIS6 via wmsvc
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[详细]
2023-03-16 10:39 分类:问答MSDeploy preserve site name and IP address on Destination
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[详细]
2023-03-16 04:59 分类:问答