Удаленная отладка: целевой компьютер не может подключиться к этому компьютеру. Ошибка аутентификации

Я пытаюсь настроить удаленную отладку с моей машины разработки в производственную среду, работающую на виртуальной машине, но независимо от того, что я делаю, получаю следующую ошибку:

Невозможно подключиться к Microsoft Монитор удаленной отладки Visual Studio названный. В Удаленный отладчик Visual Studio на целевой компьютер не может подключиться обратно к этот компьютер. Ошибка аутентификации. Пожалуйста, обратитесь за помощью к справке.

Это мои настройки:

Хост-компьютер: Windows 7 Профессиональная x86 Visual Studio 2010 Ultimate

Виртуальная машина: Windows 7 Professional x86

Both computers are on the same domain, with the same username and password. The firewall on the remote computer is turned off and the firewall on the host is on, but turning it off produces the same error. The accounts on both machines are members of the Administrators group and running both msvsmon and visual studio as administrator or either/or produces the same result. When I put the server name in the qualifier field in "attach to process" and click refresh, I can see the log on the remote machine saying that the host is connected but that is followed immediately by the above error. Lastly, and this may be the most important piece of information, when the authentication fails, I get an entry in the even log that states that a user account was locked out:

A user account was locked out.

Subject:
Идентификатор безопасности: SYSTEM
Имя учетной записи: MyHostComputerName $
Домен учетной записи: DomainWhichBothMachinesAreOn
Идентификатор входа: 0x3e7

Аккаунт, который был заблокирован:
Идентификатор безопасности: MyHostComputerName \ MyUsername * (идентично на обеих машинах) * Имя учетной записи: MyUserName

Дополнительная информация:
Звонящий Computer Name: MyVirtualMachineName

I have read seemingly every tutorial, help ticket and random bit of information regarding this problem and remote debugging in general and tried just about every "quick fix". I would be very appreciative of any ideas. I can provide any additional information if needed. Thanks in advance.

14
задан Joel Coehoorn 21 December 2011 в 04:11
поделиться