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

Leniel Maccaferri
  • 100,159
  • 46
  • 371
  • 480
Hcabnettek
  • 12,678
  • 38
  • 124
  • 190

2 Answers2

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

Chiramisu
  • 4,687
  • 7
  • 47
  • 77
Leniel Maccaferri
  • 100,159
  • 46
  • 371
  • 480
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

VladH
  • 702
  • 1
  • 6
  • 16