Получите доступ к Серверу TFS в Hyper-V VM

Да, это достигается с конфигурациями Apache. Большая часть значения по умолчанию установок к слушанию на всем связанном дюйм/с любой путь.

2
задан 12 February 2014 в 16:25
2 ответа

Make sure you have disabled the Firewall. Also, disable Loopbackcheck on the TFS Server:

  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate and then click the following registry subkey:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
  3. Right-click Lsa, point to New, and then click DWORD Value.
  4. Type DisableLoopbackCheck, and then press ENTER.
  5. Right-click DisableLoopbackCheck, and then click Modify.
  6. In the Value data box, type 1, and then click OK.
  7. Exit Registry Editor.
  8. Restart the computer.

and Disable StrictNameChecking:

  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate and click the following key in the registry: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters
  3. On the Edit menu, click Add Value, and then add the following registry DWORD value: DisableStrictNameChecking
  4. Right-click DisableStrictNameChecking, and then click Modify.
  5. In the Value data box, type 1, and then click OK.
  6. Exit Registry Editor.
  7. Restart the computer.
5
ответ дан 3 December 2019 в 09:36

Хотя я согласен с ответом MichelZ, в моем случае проблема заключалась в том, что я пытался:

http: // MyTfsExperience: 8080 / tfs /

вместо:

http://MyTfsExperience.westeurope.cloudapp.azure.com:8080/tfs/

Я имею в виду, что имени машины недостаточно. Вам понадобится (очевидно) полный URL.

0
ответ дан 3 December 2019 в 09:36

Теги

Похожие вопросы