Visual Studio远程调试: [英] Visual Studio Remote Debugging:

查看:82
本文介绍了Visual Studio远程调试:的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我无法为我的生活获取删除调试工作。我继续

收到尝试运行项目时出错:无法在

Web服务器上开始调试。访问被拒绝。确认您是管理员或

调试器用户成员。


我已经关注

(ms-help: //MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/vsdebug/html/vxtbsHTTPServer

Errors.htm)。我见过

http://www.dotnet247.com/247referenc...dotnet.com/tea

m / csharp / learn / whitepapers / howtosolvedebuggerproblems.doc)并遵循。我已经检查并仔细检查了我的XP用户/通行证是否在2k服务器上,并且
用户是管理员和调试器用户的成员。毫无疑问

用户工作正常,因为我可以从XP框中输入ole \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\信息。我已经删除了

远程组件,.NET框架,IIS并以相反的顺序重新安装。我已经尝试使用工具 - >调试

进程手动附加到asp.net进程。来自视觉工作室。


我在这里缺少什么?

I cannot for the life of me get remove debugging to work. I continue to
receive "Error while trying to run project: Unable to start debugging on the
web server. Access is denied. Verify that you are an administrator or
member of the Debugger Users".

I have followed
(ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/vsdebug/html/vxtbsHTTPServer
Errors.htm). I have seen
(http://www.dotnet247.com/247referenc...dotnet.com/tea
m/csharp/learn/whitepapers/howtosolvedebuggerproblems.doc) and followed. I
have checked and double checked that my XP user/pass is on the 2k server and
user is a member of both administrators and Debugger Users. Without a doubt
the user is working correctly because I can put in the ole \\server\admin$
from the XP box and never get prompted for any information. I have removed
Remote components, .NET framework, IIS and reinstalled in reverse order. I
have tried to manually attach to the asp.net process using "tools->Debug
processes" from visual studio.

What am I missing here?

推荐答案



来自XP盒子,永远不会被提示任何信息。我已经删除了

远程组件,.NET框架,IIS并以相反的顺序重新安装。我已经尝试使用工具 - >调试

进程手动附加到asp.net进程。来自视觉工作室。


我在这里缺少什么?

from the XP box and never get prompted for any information. I have removed
Remote components, .NET framework, IIS and reinstalled in reverse order. I
have tried to manually attach to the asp.net process using "tools->Debug
processes" from visual studio.

What am I missing here?





根据我的理解,您检查了以下内容:

1.登录用户名/密码是远程机器的成员

管理员和调试器用户。

2. IIS启用了Windows集成身份验证,简化了

问题,请禁用其他身份验证模式(例如匿名,

基本......)


现在请做一些测试。

1.请输入
在远程机器上创建一个新的Web应用程序
位置部分中的URL。
http:// remotingservername / TestWebApp

2.按F5调试远程处理机上的TestWebApp。

3.按Ctrl + F5查看是否可以访问
http:// remotingservername / TestWebApp 以及您在帖子中提到的web应用




来自您的描述,您已尝试手动附加到远程处理

进程,这样做对您有用,如果没有,您的错误消息是什么

get。


请进行测试,让我知道结果。


祝你好运,


Peter Huang

Microsoft在线合作伙伴支持


安全! - www.microsoft.com/security

此帖子原样是按原样提供的。没有保证,也没有授予任何权利。

Hi,

Based on my understanding, you have checked the following things.
1. The logon username/password has been a member of the Remote machine''s
adminitrators and Debugger Users.
2. The IIS has enabled windows integrated authentication, to simplied the
problem, please disable the other authentication modes(e.g. anonymous,
basic ...)

Now please make some tests.
1. Please create a new web application on the remote machine by inputting
the URL in the Location section.
http://remotingservername/TestWebApp
2. Press F5 to debugging the TestWebApp on the remoting machine.
3. Press Ctrl+F5 to see if we can access to the
http://remotingservername/TestWebApp and the webapplication you referred to
in your post.

From your description, you have tried to manually attach to the remoting
process, did that work for you, if no, what is the error message you are
getting.

Please perform the test and let me know the result.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.


谢谢彼得,


见内联:


"" Peter Huang"" <,V - ****** @ online.microsoft.com>在消息中写道

news:Sg ************** @ cpmsftngxa06.phx.gbl ...
Thanks peter,

See Inline:

""Peter Huang"" <v-******@online.microsoft.com> wrote in message
news:Sg**************@cpmsftngxa06.phx.gbl...

根据我的理解,您检查了以下内容:
1.登录用户名/密码是远程机器的管理员和调试器用户的成员。


这已经过检查和确认。

2. IIS启用了Windows集成身份验证,简化了
问题,请禁用其他验证模式(例如匿名,基本......)


完成。

现在请做一些测试。
1.请通过在位置部分输入URL来在远程计算机上创建新的Web应用程序。
http:// remotingservername / TestWebApp
2.按F5调试远程处理机上的TestWebApp。
3.按Ctrl + F5查看是否可以访问
http:// remotingservername / TestWebApp 以及您在帖子中引用
的网络应用程序。


和以前一样的错误。错误是这样的:

尝试运行项目时出错:无法在网络上开始调试

服务器。访问被拒绝。验证您是要尝试调试的计算机上的调试器用户组的管理员或成员

。将

添加到调试器用户组后,您必须注销并重新登录

才能应用该设置。

从你的描述中,你试图手动附加到远程处理过程,这样做对你有用,如果没有,你得到的错误信息是什么。


使用" Default"传输模式我收到错误:

无法连接到机器''devbox''。访问被拒绝。验证

您是管理员或您尝试调试的

计算机上的调试器用户组的成员。在添加到''调试器用户''

组后,您必须注销并重新登录才能应用该设置。


更改从默认为管道或TCP / IP或TCP / IP。给了我:

无法连接''DEVBOX''。 MSVCMON要么没有在遥控器上运行,要么在tcp / ip模式下运行。


手动启动MSVCMON和连接给了我:

无法连接到''DEVBOX''。访问被拒绝。

请进行测试并让我知道结果。

致以诚挚的问候,

Peter Huang
Microsoft Online合作伙伴支持

获得安全! - www.microsoft.com/security
此帖子提供按原样没有保证,也没有
的权利。
Hi,

Based on my understanding, you have checked the following things.
1. The logon username/password has been a member of the Remote machine''s
adminitrators and Debugger Users.
This has been checked and confirmed.
2. The IIS has enabled windows integrated authentication, to simplied the
problem, please disable the other authentication modes(e.g. anonymous,
basic ...)

Done.
Now please make some tests.
1. Please create a new web application on the remote machine by inputting
the URL in the Location section.
http://remotingservername/TestWebApp
2. Press F5 to debugging the TestWebApp on the remoting machine.
3. Press Ctrl+F5 to see if we can access to the
http://remotingservername/TestWebApp and the webapplication you referred to in your post.

Same error as before. The error goes like this:
"Error while trying to run project: Unable to start debugging on the web
server. Access is denied. Verify that you are an administrator or a member
of the ''Debugger Users'' group on the machine you are trying to debug. After
being added to the ''Debugger Users'' group, you must log off and log back on
for the setting to apply."
From your description, you have tried to manually attach to the remoting
process, did that work for you, if no, what is the error message you are
getting.

Using "Default" mode for transport I receive the error:
"Unable to connect to the machine ''devbox''. Access is denied. Verify that
you are an administrator or a member of the ''Debugger Users'' group on the
machine you are trying to debug. After being added to the ''Debugger Users''
group, you must log off and log back on for the setting to apply."

Changing from default to "Pipe" or "TCP/IP" gives me:
"Unable to connect to ''DEVBOX''. MSVCMON is either not running on the remote
machine or is running in tcp/ip mode."

Manually start "MSVCMON" and connecting gives me:
"Unable to connect to ''DEVBOX''. Access is denied.
Please perform the test and let me know the result.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.




再次谢谢,



Again Thanks,


这篇关于Visual Studio远程调试:的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆