How to connect TFS through Internet

孤街浪徒 提交于 2019-12-02 03:43:29

问题


I am working on a large application in team environment. We use to Team Foundation Server to control source code with VS2010.We are using LAN to connect TFS which works great in an small office but now we need to connect TFS through Internet.

What actually I want to know that we have many developers they reside in different location worldwide. We want to download there work directly in the TFS server through Internet like LAN. We will have also connect LAN users who work on this application and want to connect both kind of users parallel.

Note: WE DON'T WANT TO USE VPN.

Is there any possibility to do this kind of work in TFS? Any Help will be appreciated.


回答1:


You can definately expose TFS over the internet. TFS is basically a set of web services hosted in IIS, just make your server internet-visible and you're set.

There are some security best practices you probably want to consider though:

1) You should configure an SSL cert in IIS and connect to TFS using HTTPS (an option when connecting in VS).

2) You should place your SQL Server database on a separate machine that is not directly exposed to the internet (but is visible to the Application Tier server). SSRS should reside on the AT server, the DB and SSAS should be on the Data Tier server.



来源:https://stackoverflow.com/questions/9555349/how-to-connect-tfs-through-internet

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