Question

We have a team member in a different country, and are trying to figure out the most viable option to provide them with access to our Team Foundation Server for Visual Studio 2010.

No correct solution

OTHER TIPS

If they are part of your corporate LAN/WAN, they should be able to get access just like a local user. If they are external, you have a couple choices:

  1. VPN: You could give them VPN access into your network, then they could access like a local user.

  2. Expose: You could expose TFS to the outside world by allowing the appropriate ports through your firewall.

You can also take a look at the TFS Proxy, but honestly I haven't done anything with that yet.

Open up port 8080 and route that port to the appropriate server. You can also setup to use HTTPS.

When the remote user is not on the same domain, he gets prompted for the credentials. The remote user can use the Windows Credential Cache (Stored Usernames and passwords for Windows XP).

Best solution is to enable TFS through a VPN for WAN users. Through port mapping you can enable TFS application tier access, but the Sharepoint (Documents) and Reports may not work properly. So, the best method is to enable VPS with SSL, and let internet users connect to your TFS just like internal users

Best of luck!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top