Juan Pablo Gomez
Juan Pablo Gomez

Reputation: 5534

TFS local project can't connect after Url changed

My TFS server was installed into a network wich has a PUlbic IP, It was used to identify my server something like http://1.1.1.1:8080/tfs/defaultcollection.

Due to changes on our infraestructure, this ip changed. and at my Project the url was updated to. now my url look like this

http://mydomain.com:8080/tfs/defaultcollection

NO CHANGES WAS MADE AT TFS SERVER

Now I connect with my new URL and Works fine (at least it connect), but when try to protect my Project (or perform another operation with TFS) , it still point to the old URL and told me that can't reach TFS server.

How can i do to update my Project connection ?

Upvotes: 2

Views: 734

Answers (1)

malexander
malexander

Reputation: 4700

In the Team Foundation Server Administration Console on the TFS server, you need to change the URLS under Application Tier

It could also be a cache issue in VS, Try clearing the cache here:
C:\Users[USERNAME]\AppData\Local\Microsoft\Team Foundation\4.0\Cache

Upvotes: 1

Related Questions