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

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

    I have also been highly annoyed by that behavior. The only solution I have found is to manually change the properties page for each web appllication so it hits a real running instance in IIS.

    I prefer this anyway, because debugging with the integrated web server can give you a very false impression of how your application will interact with the IIS security model.

提交回复
热议问题