Search code examples
visual-studiodebuggingiiscassini

How do I keep the development web server (Cassini) running in Visual Studio 2008?


I'm using Visual Studio 2008 to develop ASP.NET applications. Currently I'm debugging with running on IIS. I would like to switch to the development web server (Cassini) for debugging, so that I can use features like edit and continue. The reason that I'm not, is because the development web server only starts up when you are in debug mode. Is there any way to keep it running all the time, and just have Visual Studio attach to the existing server process like it does with IIS?


Solution

  • You can also start your cassini server from the command line which takes alot of pain out of the whole "debug" effort...

    Check out a good snippet here on how to do this: https://thoughtjelly.wordpress.com/2009/05/13/launch-cassini-from-the-command-line/