Is it possible to store credentials for auotmatic Team Foundation Server login?
Posted
by marco.ragogna
on Stack Overflow
See other posts from Stack Overflow
or by marco.ragogna
Published on 2010-04-15T12:19:08Z
Indexed on
2010/04/15
12:23 UTC
Read the original article
Hit count: 524
Is it possible to store the credentials that I use to connect to my Team Foundation Server directly in Visual Studio 2010?
I would like to avoid to insert them at every VS launch.
The problem is that the machine that host TFS is not in the domain and I am conneting using the credentials of a user created on that machine.
Suppose that the machine name is TOOLS and the user is Marco, I need to insert every time
User name: TOOLS\Marco Password: *
Can you suggest a possible fix, if exists?
© Stack Overflow or respective owner