TFS url with server name is not working

主宰稳场 提交于 2020-01-25 15:18:07

问题


I am facing an issue on accessing TFS portal using

http://ServerName:8080/tfs 

it's showing "Page cannot be displayed"...! It's happening only in the TFS server. Portal is working fine when I access it from other machines.

http://localhost:8080/tfs is working perfectly in the server. 

Please help me to resolve this.


回答1:


Issue has been resolved and the steps shown below.

  1. Mapping of IP address to host name was missing in the host file. An entry has been created in the "host" file under "C:\windows\System32\drivers\etc".

  2. The loopback check functionality has been disabled by creating registry key under the location HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\DisableLoopbackCheck and assigned the value “1”.

  3. Restarted the machine.

Thank you very much for the replies.



来源:https://stackoverflow.com/questions/26194821/tfs-url-with-server-name-is-not-working

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!