开发者

Visual Studio solution with multiple ASP.NET web applications

开发者 https://www.devze.com 2023-02-14 12:23 出处:网络
I\'ve got a Visual Studio 2010 solution that has multiple web applications in it. I\'ve set one as the startup project but when I debug Visual Studio is starting up a de开发者_StackOverflowvelopment s

I've got a Visual Studio 2010 solution that has multiple web applications in it. I've set one as the startup project but when I debug Visual Studio is starting up a de开发者_StackOverflowvelopment server for each web application in my solution. Is there anyway I can have Visual Studio only start up the development server for just the default startup project?


At the website (or project) level, set "Always Start when Debugging" = false (the default, as shown in my screenshot, is true.)

Visual Studio solution with multiple ASP.NET web applications

0

精彩评论

暂无评论...
验证码 换一张
取 消