1

I have two computers in my home network one of them is running TFS. Could someone explain me step by step which configuration should be done in order to connect from another laptop to TFS server?

Computer 1: TFS VS 2010 IIS 7 Computer 2: VS 2008 IIS 7

Thank you

Eugene
  • 11
  • 3

2 Answers2

1

Server Part : follow the installation process, it is pretty much straight-forward, and would be too long to detail here.

Client Part :

Authentification : If you are not on a domain, you will need to have the same user/password on the machine. Said user will need to be a valid user of TFS.

Matthieu
  • 117
  • 7
0

You can also just use Team Web Access on TFS 2010 to do some stuff on the TFS server. Use this URL: http://YourServerName:8080/tfs/web *

*this URL assumes you didn't change any of the defaults during setup!

Tim Elhajj
  • 393
  • 2
  • 7