How can I launch Cassini Web Server from a command line or batch file?
Asked Answered
V

2

9

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

Vicenary answered 28/12, 2010 at 21:11 Comment(0)
M
10

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

Marthmartha answered 28/12, 2010 at 21:13 Comment(0)
B
0

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

Biz answered 11/7, 2011 at 20:59 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.