If you work in a larger team that uses TFS for source control, then most likely your admins have setup a TFS proxy server to improve TFS performance for you as a TFS user.
Using TFS proxy server makes file downloads faster if the source files you are accessing is recently/frequently fetched.
Note the name of your TFS proxy server and follow below steps to configure using it in Visual Studio:
Using TFS proxy server makes file downloads faster if the source files you are accessing is recently/frequently fetched.
Note the name of your TFS proxy server and follow below steps to configure using it in Visual Studio:
- Open Visual Studio and select Tools -> Options
- In the Options box, click on "Source Control" node and from the drop down select "Visual Studio Team Foundation Server" as "Current source control plug-in"
- Next click on "Visual Studio Team Foundation Server" node within "Source Control" node on left hand side and enable the "Use proxy server for file downloads" checkbox
- Enter the proxy server name and port number respectively
- Click OK
Your proxy configuration will take effect and next Get operation will go through proxy.
Note that if a Get operation is performed during configuring the proxy server, there is a chance that Visual Studio might have to be restarted for proxy to take effect.
Hope this helps.
No comments:
Post a Comment