I want to get web.config transformations working locally but apparently the transformations only occur when doing deployments.
My website is built on an ASP.NET, .NET 3.5 framework.For various reasons, I\'m not in a position to move my project to vs开发者_开发问答2010.As a result, I cannot make use of the \"Build deployment p
I\'ve been looking into TFS2010 new build and deployment features with MSDeploy. So far everything is going well (although its been hard to find information about specific scenarios).
I\'m using VS2010 with the Web Deployment Projects to create a release package for my web application. In WDP I have created some build tasks to for example transform the web.config, create some direc
I\'m trying to deploy my ASP.NET MVC 2 Website for the first time on a local IIS 7 server, which is configured and running. I\'ve made successful deployments using the Web Deploy option without the da
I\'m running into a problem with spaces in my parameters that I try to send into msdeploy from a powershell script.
Are there good patterns for mapping solution configurations to environments and using MsDeploy for packaging per environment?
I am using the MSBuild runner in Team city to build and deploy my 开发者_StackOverflow社区project to a staging environment. Everything works perfectly except for the fact that it keeps removing my rep
I have a msdeploy question about how to replace attribute values for providers in source manifests during deployment.
I\'m trying to automate deployment of a site. I started with this article and everything works great from VS 2010. However, I\'m having problems with the command line