Team Foundation Server question

L

Ludwig

Hi all,

I've created a VPC with Team Foundation Server installed (not in a
domain).

From the host (in a domain) I can ping the TFS VPC, and I try to
connect with windows explorer, it asks credentials and connection
succeeds.

If I connect with Team Explorer from the host, it hangs and after a
few minutes it tells me it can't connect. Probably because it tries to
connect with domain user name..?

How can I make Team Explorer connect to the TFS VPC with a user that
is known by the TFS VPC? Is there I way that Team Explorer on the host
asks for credentials before connecting to the TFS VPC?

Thanks!
 
M

Misbah Arefin

try
"runas /user:localuser@localmachine devenv.exe"
or
Right-click the visual studio shortcut and click on properties. the
Properties menu appears. choose Run As. this allows you to provide a
different username and password to run the application with

either way windows will prompt you for the password before executing the
program
 
L

Ludwig

try
"runas /user:localuser@localmachine devenv.exe"
or
Right-click the visual studio shortcut and click on properties. the
Properties menu appears. choose Run As. this allows you to provide a
different username and password to run the application with

either way windows will prompt you for the password before executing the
program

Thank you for the answer! I tried your second solution: to start
Visual Studio as another user, being: username@ctg-vm-01. But he
doesn't know that user. How should I let my host know about the users
defined in the VPC workgroup?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top