Wednesday, October 14, 2009

Development server in Visual studio

To start the development server in vs2005, open the vs2005 command line tool and type...
webdev.webserver /port:1928 /path:"c:\helloworldsite"

Just typing webdev.webserver gets you a usage dialog.