stop development server when i stop debugging

前端 未结 3 1287
北恋
北恋 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:31

    Another trick is to update web.config timestamp on post-build event. You may find detailed instructions how to do that in my answer to the Can Visual Studio restart IIS Express on new debugging session? question.

提交回复
热议问题