c# - run Cassini from console -


I debug my project from the console with MsBuild.exe. I want to start and test it after starting the project, but I have a problem that I can not start Cassini for the test project. Can I run Cassini from the console?

You can call it with this format:

  WebDev.WebServer / port: 9999 / path: "C: \ projects / web site"  

The information given below is for YMMY, setting a default location from my machine. For < 2.0 - 3.5 / VS 2008 , this is:

  C: Program Files (x86) \ Common Files \ Microsoft Shared \ DevServer \ 9.0 < / Code> 

and this is just WebDev.WebServer.exe


4.0 / VS 2010 in this directory 10.0 It has been moved, here it is:

  C: \ Program Files (x86) \ Normal Files \ Microsoft Share \ DevCover \ 10.0  

and Separate WebDev.WebServer20 and WebDev.WebServer40 for CLR versions.


Comments