How do you configure VS2008 to only open one webserver in a solution with multiple projects?

后端 未结 5 1799
野性不改
野性不改 2020-12-06 10:44

Starting with 2005, VS started this behavior of when starting debugging session it spawns up a webserver for every project in a solution. I have a solution with 15 projects

5条回答
  •  失恋的感觉
    2020-12-06 11:20

    I know this is an old question, but in Visual Studio 2010 choosing properties from a web project brings you to the big configuration screen/grid. The Always Start When Debugging setting is buried a bit.

    With focus on the desired web project look at the properties window/tab (CTRL+W, P)and set the property there.

提交回复
热议问题