我的解决方案中有一些项目和网站。当我调试网站时,会为所有网站打开端口。我认为这会减慢我的调试速度。如何关闭这些额外的端口,而不是从解决方案中排除网站?
问问题
543 次
1 回答
3
I think what you want to do is this:
Set the "Always Start When Debugging
" property to "false
" for each of your website projects. Just click the Project in the Solution Explorer, hit F4. It's the first property in the list.
I had the same problem and this solved my problem!
于 2011-04-22T16:48:17.713 回答