I have a web hosting space which is on a Windows machine and it does not have visual studio.
I want to work on my ASP.Net MVC 3 website over the internet.
For this once I plan to create a solution in my desktop visual studio and then upload it on the web server and then onwards build it online. To edit files I will do plain text editor online.
Hence in short,I want to upload the source code on the web server and once I am confident I would like to run some command prompt command which would build my application.
Do I need anything other than MSBuild on my web server for this?