简体   繁体   English

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

[英]Remote debugging ASP.NET Web Service in Visual Studio 2008

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. 该服务器是同一域上的VM。 The project is an ASP.NET Web Service project built with debug=true in the web.config. 该项目是在web.config中使用debug = true构建的ASP.NET Web服务项目。

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..." 当我在Visual Studio中设置断点时,它只是被标记为“不会打断该断点。没有符号...”

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM