I have an asp.net mvc 3 project I created in visual studio 2012. I would like to run the dev server from the command line rather than the IDE (usually clicking on the green play/triangle button).
My goal is to run the local web server without having to open visual studio. Any ideas?