开发者

Is there any way to stop the ASP.NET Development Server from being created for all projects?

I have a solution with multiple projects in it. When I want to debug the project I'm working on, an ASP.NET Development Server is created for all the projects in my solution. My projects are not inter-dependent, so I don't need the others to run. Is there any way to tell VS not to create dev servers for the other projects?

(I realize I could split the projects into their own separate solutions, but for now the multiple projects under one solution is what it is and won't be changing 开发者_JAVA百科for now.)


If you click on the projects name in Solution Explorer, in the properties pane you have the option to set 'Always Start When Debugging' under 'Developer Web Server' to false.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜