Preventing Visual Studio from building all projects when debugging one

前端 未结 4 882
广开言路
广开言路 2021-01-01 10:02

I have a solution with a few different projects in it: a couple dll projects, a console project, and a couple WCF projects.

The console project uses a dll from one o

4条回答
  •  悲哀的现实
    2021-01-01 10:39

    To stop the ASP.Net dev server from launching:

    Simply click the web project in the solution explorer and hit F4 to bring up the properties window, and change "Always start when debugging" from "True" to "False". You might need to check all the projects in the solution.

    See this thread for more on this.

提交回复
热议问题