stop development server when i stop debugging

前端 未结 3 1288
北恋
北恋 2021-01-01 16:03

How can automatically I stop the development web server when I stop debugging in Visual Studio?

3条回答
  •  滥情空心
    2021-01-01 16:41

    Workaround: Debugging Global.aspx.cs Application_Start() with ASP.Net Web Server within Visual Studio

    Enabling "Edit & Continue" on the web server project worked for me. It doesnt shutdown cassini when you stop debugging, but it does restart cassini when you start debugging.

提交回复
热议问题