How can I launch Cassini Web Server from a command

2019-04-06 08:28发布

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

2条回答
beautiful°
2楼-- · 2019-04-06 09:21

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

查看更多
相关推荐>>
3楼-- · 2019-04-06 09:32

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. Interactive (non-service) based hosting of web applications under UltiDev Web Server Pro

查看更多
登录 后发表回答