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

后端 未结 5 1800
野性不改
野性不改 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:33

    In Visual Studio 2008, there is an entry on the Properties page for the project called "Always Start When Debugging".

    Note you have to get to this by selecting the project and going to the Properties pane (or right-clicking Properties). This option is not present when you double-click the project and open it in the main editing pane.

    VS by default sets this value to on for all your web projects. Turning it off will solve this problem.

    [editorial]This is fairly annoying and I wish the default were false![/editorial]

提交回复
热议问题