I just install Team Foundation Server on one computer(computer name is “myserver”), with the basic configuration, below is the details in Team Foundation Server Console:
Notification URL: http://myserver:8080/tfs Server URL: http://localhost:8080/tfs Web Access URL: http://myserver:8080/tfs/web
Now I try to follow the instructions in book “Professional Team Foundation Server 2010”, Chapter 3.4, to connect to the Team Foundation Server from another client computer. Based on the book, I just need to input the “Server URL” above, but that is “localhost”, so I choose to input Notification URL instead, but the connection still fails, and it said “the remote name could not be resolved: myserver”. Why?
My client computer and the server is not in the same subnetwork. Will that cause the problem?
Thanks