与 2008 相比禁用远程站点项目调试
我的 sln 中有一个远程网站项目,其中包含 wcf 服务,并且服务器不允许我调试他... 当我运行客户端时,我一开始就收到错误,指出服务器无法调试。 我如何告诉 vs 停止尝试调试远程服务器?
i have a remote web site project in my sln that contains a wcf service and the server does not allow me to debug him...
when i run my client i get an error on the start that the server cannot be debugged..
how can i tell the vs to stop trying to debug the remote server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在同一解决方案中同时拥有客户端和服务器项目,则 VS2008 能够同时调试其中一个或两个项目。有两个独立的设置可以控制这一点。
因此,我建议您:
If you have both a client and a server project in the same solution, then VS2008 is capable of debugging either one or both at the same time. There are two independent settings that control this.
I therefore suggest that you: