Search code examples
asp.netcassini

How to stop all cassini instances?


When I am running my application, It opens many instance of cassini. How can i stop all or some of the cassini instances quickly.

I know to kill all the processes from task manager. Can it be done in some better and faster way?


Solution

  • The process name has changed on this version its now:

    taskkill /IM WebDev.WebServer40.exe /F  
    

    When that doesn't work, check the tasklist for a similar name.