Visual Studio 2010 在固定端口中调试
是否可以为 Visual Studio 2010 调试 Web 服务器选择固定端口?
Is it possible to choose a fixed port for the Visual Studio 2010 debug webserver?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果与 VS2008 类似,可以执行以下操作来修复端口号:
If it's similar to VS2008, you can do the following to fix the port number:
应作为选项出现在 Web 项目属性的“Web”选项卡中。默认情况下,其设置为自动分配,但有一个选项可以设置特定端口。
Should appear as an option in the web project properties, 'Web' tab. By default its set to auto-assign but theres an option to set a specific port.