使用 Visual Studio 进行远程调试 - 如何克服防火墙阻止端口 135
使用VS进行.Net远程调试需要打开135端口(DCOM)。
是否可以将其更改为其他端口? 是否可以通过在远程服务器上运行网桥来通过另一个端口建立隧道?
谢谢 萨尔
.Net remote debugging using VS requires port 135 (DCOM) to be opened.
Is it possible to change it to another port?
Is it possible to tunnel through another port by running bridge on the remote server?
Thanks
Saar
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过在服务器和调试器计算机之间创建 VPN 连接解决了该问题。
萨尔
Solved the problem by creating a VPN connection between the server and debugger machine.
Saar