I have an MVC3 solution (.sln) that I want to build with TFS and that solution has multiple projects. For the deployment of the website (the aim of this exercise) I do not need all the other projects.
I have a solution that contains multiple integration test projects and one web application project. each integration project connects to the web application when running the tests. I would like for ea
Im using msbuild to create a web deploy package using the parameters.xml file to replace web.config settings.
is there any way that we c开发者_StackOverflowan tell visual Studio 2010 MSDeploy to ignore some of the files and folders withing the project? currently, the way I do is to exclude things from the pro
I am running an TeamCity Build Server that builds and deploys a asp.net 4.0 application.I need to obfuscate the assemblies of prior to deployment.I have two build configurations.One is SVN triggered t
We have 4 different environments at the moment (Lab, Test, Stage, LIVE) and we have implemented automatic deployment using Nant/CC.Net. I am investigating and doing some research as to what can be don
How can I access the MSDEPLOY command line generated by Visual Studio 2010. I am asking because when I manually run MSDEPLOY I can easly deploy on a remote server and when I run it throught Visual St
I have just started playing with TeamCity and its great. Now I got it to deploy to my staging server after a commit so I always know I have the latest version running there. ( The idea was borrowed fr
I\'m using vs 开发者_StackOverflow中文版2010 and have a web application project. I currently use the right-click \"publish\" option on my project using the \"web deploy\" option to publish the entire
I\'ve been working for a long time trying to use web deploy option in Visual Studio 2010 to publish to IIS 6 server having windows server 2003 installed. I\'ve installed the web deployment agent on th