How can I change the default credentials used to connect to Visual Studio Online (TFSPreview) when loading Visual Studio up?

后端 未结 8 1716
抹茶落季
抹茶落季 2020-12-01 01:00

When I load Visual Studio 2012 up, it will attempt to connect to the previous TFS server that it was connected to.

On one of my machines (that also happens to connec

8条回答
  •  粉色の甜心
    2020-12-01 01:06

    I tried opening my Credential Manager but could not find any credentials in there that has any relation to my TFS account.

    So what I did instead I logout of my hotmail account in Internet Explorer and then clear all my Internet Explorer cookies and stored password as detailed in this blog: Changing TFS credentials in Visual Studio 2012

    enter image description here

    After clearing out the cookies and password, restart IE and then relogin to your hotmail (or windows live account).

    Then start Visual Studio and try to reconnect to TFS, you should be prompted for a credential now.

    Note: A reader said that you do not have to clear out all IE cookies, just these 3 cookies, but I didn't test this.

    cookie:@login.live.com/
    cookie:@visualstudio.com/
    cookie:@tfs.app.visualstudio.com/
    

提交回复
热议问题