Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web Deploy to multiple servers at once from within Visual Studio 2010

What is the easiest way to deploy to multiple servers with as few clicks as possible from within Visual Studio? We are using web deploy, not FTP or file system if that is helpful.

like image 798
CoreyH Avatar asked Aug 31 '11 16:08

CoreyH


1 Answers

Not sure that's possible from within Visual Studio.

Take a look at this article. It describes doing it via the commandline, which might be useful.

http://msdn.microsoft.com/en-us/library/ff731049.aspx

like image 132
Tomas McGuinness Avatar answered Sep 19 '22 22:09

Tomas McGuinness