I am using Visual Studio Team Suites to develop an ASP.NET MVC project. I can deploy the web application to my dev machine using the deploy element from IS. Is there a command line tool for this task? I am trying to set up a continuous integration server (using TeamCity Pro) so that whenever I test the new code, I get a new build, deployment on the remote IIS server and subsequent tests on the test server.
Thanks, -Yi
source
share