How to: Configure Team Foundation Source Control to use Proxy Server

Team Foundation source control can be configured to provide enhanced performance for distributed teams by using proxy servers. The proxy server caches copies of source control files in the location of the distributed team, therefore significantly reducing the bandwidth-intensive operation of downloading files into a user’s workspace.

Note

All meta-data exchange and file uploads continue to interface directly with the Team Foundation Server.

The following procedure demonstrates how to configure a Visual Studio client to take advantage of Team Foundation Server Proxy.

Required Permissions

To perform this procedure, you must be a member of the Administrators or Users security group on the computer where Visual Studio is installed. For more information, see Team Foundation Server Permissions.

To configure a Visual Studio client to use a Team Foundation proxy server

  1. On the Tools menu, click Options.

  2. In the Options dialog box, locate Source Control, expand it, and then click Visual Studio Team Foundation Server.

  3. Click Use proxy server.

  4. In the Server box, type the UNC path of the computer that is hosting the Team Foundation Server name.

    This is the name of the server on which you installed Team Foundation Server Proxy. It is not the name of the server on which you have your team projects. For more information, see Team Foundation Administrators.

  5. In the Port box, type 8081, which is the port designated for communication between the client and Team Foundation Server Proxy.

  6. Under Protocol, select either http or https.

    Note

    If you are not sure about the configuration information, contact your Team Foundation source control administrator.

See Also

Concepts

Team Foundation Source Control
Managing Remote Connections to Team Foundation Server Proxy