开发者

How to run Visual studio remote debugger in service mode

I want to run the remote debugger of visual studio 2005 in service mode.. It is running fine in application mode, and when in service mode it starts successfully but I can't connect from the remote system.. Is their any special setting required.. Ple开发者_运维知识库ase help me out.


Check which user you have it running under as a service. The remote debugger requires that all users involved have admin permissions on both machines. If you're running under something like the "local service" user it won't have the required permissions.

Start by trying to run it as the same user as you ran it in app mode. If that works you know that your problem is to do with permissions.

Also, try ticking the "allow service to interact with desktop" option. you probably won't want to leave it permanently like this, but it might allow it to report an error to you that will help you figure out what is going wrong.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜