Visual studio 2010 是否从域连接到VS2010远程调试器?

Visual studio 2010 是否从域连接到VS2010远程调试器?,visual-studio-2010,dns,remote-debugging,workgroup,Visual Studio 2010,Dns,Remote Debugging,Workgroup,我正在尝试设置一个远程调试器连接,从域上的dev box连接到工作组中的web服务器(服务器),但没有成功,我希望获得一些启示 --------------------------- Microsoft Visual Studio --------------------------- Unable to connect to the Microsoft Visual Studio Remote Debugging Monitor named 'SERVER'. The Microsoft

我正在尝试设置一个远程调试器连接,从域上的dev box连接到工作组中的web服务器(服务器),但没有成功,我希望获得一些启示

---------------------------
Microsoft Visual Studio
---------------------------
Unable to connect to the Microsoft Visual Studio Remote Debugging Monitor 
named 'SERVER'.  The Microsoft Visual Studio Remote Debugging Monitor 
(MSVSMON.EXE) does not appear to be running on the remote computer. Please see 
Help for assistance.
在这一点上,我已经做了以下工作:

  • 我已经安装了x64调试组件,但不是作为服务安装的。监视器已启动并正在运行
  • 我已在工作组计算机上创建了一个帐户,以便在名称和密码上与我的域帐户匹配
  • 我已在本地安全策略中授予此帐户“调试程序”权限
  • 我已将此帐户添加到“管理员”组
  • 我仍然收到相同的错误消息


    有什么建议吗?

    您还需要在dev box上创建一个本地帐户,其名称和密码与您的域帐户相同

    这个帐户只需要存在-你不需要用它运行VS