Pages

Tuesday, June 08, 2010

Running a web server (Cassini)

My favorite way of starting the Cassini web server is by creating a batch file in SendTo directory. The content of the file is:
"C:\Program Files\Common Files\Microsoft Shared\DevServer\10.0\WebDev.WebServer40.EXE" /path:"%1"
You can name it "start web server here.cmd". Then, simply right-click a folder in Windows Explorer, select Send To and "start web server here.cmd".

No comments: