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

前端 未结 6 848
慢半拍i
慢半拍i 2021-01-07 03:35

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) f

6条回答
  •  醉梦人生
    2021-01-07 03:52

    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/

提交回复
热议问题