Disable autostart of integrated webserver in visual studio 2005

邮差的信 提交于 2019-12-30 11:23:09

问题


Is there a way to run a project inside a solution that has more one project (read: web applications) and avoid the autostart feature of the integrated asp.net webserver in Visual Studio?

I have a big solution that has Windows forms projects, Windows Services projects, Web applications, Windows Libraries etc., sometimes I just want to debug the desktop application but each web application project starts a webserver and that slows down the execution process (when starting the application of course) and I would like those webservers to be disabled since im not using/debuging those projects but some other developers in my team are.

Thanks.


回答1:


Select the project you don't want to start up automatically in solution explorer and in the properties pane set "Always Start When Debugging" to false




回答2:


You could just create a new solution with only the project(s) you are working on.



来源:https://stackoverflow.com/questions/269802/disable-autostart-of-integrated-webserver-in-visual-studio-2005

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!