toadfromgrove
toadfromgrove

Reputation: 153

Point Visual Studio at TFS on another domain

Is there a way for our development team to point Visual Studio at an instance of TFS on another domain?

Pretty green when it comes to Team Foundation Server and not sure if this should go in the overflow that handles IT admin stuff (from my understanding stackoverflow is more code related).

We just got bought by another company and they want us to use their TFS that resides on their domain. We are working on getting to one domain, but in the mean time we still have two separate domains that talk enough to get by.

Upvotes: 0

Views: 295

Answers (1)

Andy Li-MSFT
Andy Li-MSFT

Reputation: 30412

Just as Daniel said, just make sure there is a trust relationship between the domains.

Generally if you can access the TFS that resides on another domain with you current domain user, then everything should be OK.

More information please see Trusts and Forests Considerations for Team Foundation Server and Grant the Allowed to Authenticate permission on computers in the trusting domain or forest for details.

You can also reference this related thread : TFS Cross-domain authentication without trust

Upvotes: 1

Related Questions