How to access VS 2010 TFS over the internet from r

2019-01-26 18:11发布

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.

4条回答
再贱就再见
2楼-- · 2019-01-26 18:50

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).

查看更多
祖国的老花朵
4楼-- · 2019-01-26 19:10

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!

查看更多
Anthone
5楼-- · 2019-01-26 19:15

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.

查看更多
登录 后发表回答