问题
Is there anyways to launch Cassini web server from a command line? The exe appears to be in this path, C:\Program Files (x86)\Common Files\microsoft shared\DevServer\10.0
I try to use the suggested parameters but it doesn't seem to work. Does anyone know of, or have a script that can accomplish this?
Thanks for any help or tips,
Cheers,
~ck in San Diego
回答1:
Example:
taskkill /F /IM WebDev.WebServer.exe
START /D “C:\Program Files\Common Files\microsoft shared\DevServer\9.0\” /B WebDev.WebServer.EXE /port:5002 /path:”d:\Projects\myproject\project.service” /vpath:”/Project.Service”
Check this out:
Starting Cassini manually
回答2:
Consider also using UWS Pro. It's a free web server that's fairly advanced and can be started from the command line to debug ASP.NET applications from .NET 1.1 to 4.

来源:https://stackoverflow.com/questions/4549559/how-can-i-launch-cassini-web-server-from-a-command-line-or-batch-file