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

前端 未结 6 963
慢半拍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 04:10

    Rihan is partially correct...

    In your Project Property page, Web tab: Enable Edit and Continue

    If checked - The Development server will close when the app (not VS) stops.

    If unchecked - Development server keeps running

提交回复
热议问题