Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find up-to-date information / walkthroughs on VS 2010 deployment?

I am looking for information on deploying my web app to our test server. Having heard Hanselman say this is something you can do within VS 2010 easily I set out too find information on exactly how to do this but can not seem to find anything.

Ignoring the fact that most of the blog posts / articles are over a year old, there just seems to be no clear step by step information on how to do this.

Has anyone found the light? where did you learn this information?


Best resources i have found so far:-
Link
Link

Many thanks,
Kohan

like image 464
4imble Avatar asked Jun 08 '10 14:06

4imble


2 Answers

More to the pipe, these MSDN blog links:

  • http://blogs.msdn.com/b/webdevtools/archive/tags/web+deployment/
  • https://web.archive.org/web/20120702130644/http://blogs.msdn.com:80/b/webdevtools/archive/2010/05/26/visual-studio-2010-web-deployment-projects-rtw-available-now.aspx
  • https://web.archive.org/web/20120629025549/http://blogs.msdn.com:80/b/webdevtools/archive/2010/04/22/web-deployment-excluding-files-and-folders-via-the-web-application-s-project-file.aspx
like image 185
Leniel Maccaferri Avatar answered Sep 28 '22 05:09

Leniel Maccaferri


Found this on SO.

How can I get TFS2010 to run MSDEPLOY for me through MSBUILD?

The poster mentions 2 good links ... http://www.hanselman.com/blog/WebDeploymentMadeAwesomeIfYoureUsingXCopyYoureDoingItWrong.aspx
http://microsoftpdc.com/Sessions/FT56?type=wmv

and
http://live.visitmix.com/MIX10/Sessions/FT14

like image 20
4imble Avatar answered Sep 28 '22 06:09

4imble