在 Visual Studio 2008 中远程调试 ASP.NET Web 服务

发布于 2024-10-04 14:20:36 字数 218 浏览 1 评论 0原文

我已经设置了远程调试服务,确保设置了所有必要的权限(据我所知)。远程调试监视器甚至可以看到我正在连接。但我无法在部署的服务中遇到任何断点!

服务器是同一域中的虚拟机。该项目是一个 ASP.NET Web 服务项目,在 web.config 中使用 debug=true 构建。

我做错了什么?当我在 Visual Studio 中设置断点时,它只是被标记为“不会命中此断点。没有符号...”

I've set up the Remote Debugging service, made sure all necessary permissions are set (as far as I can tell). The remote debugging monitor even sees me connecting. But I can't hit any breakpoints in my deployed service!

The server is a VM on the same domain. The project is an ASP.NET Web Service project built with debug=true in the web.config.

What am I doing wrong? When I set a breakpoint in Visual Studio it just gets marked as "This breakpoint will not be hit. No symbols..."

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

几味少女 2024-10-11 14:20:36

确保 Web 服务项目正在调试模式下构建。

Make sure the web service project is being built in Debug mode.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文