How to deploy my website in server by command
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have tried to deploy my web application (VS2010 + C#) by adding the project output and building a msi setup. But, I want to do these steps through command prompt. Our command scripts will do all the stpes to deploy in server. That command prompt scripts should do the following things 1. Getting latest version of my solution 2. Adding web deployment project and adding project outputs there 3. Building and deploying in a server.. How to do that? Thanks in advance.
Balasubramanian K.