I am running an ASP.NET website from a Windows Server 2008 installation, and I like to edit the pages through the command line since I ssh into the server.
I install
Maybe with this command:
>> devenv myproject.sln /Build "Release|x86"
You can find devenv in "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe" path.