A
angus404
I have a VSTO add in that I have written for MS Project. I am using PSI calls
to get and save data to Project Server. My problem is with credentials. When
I make a web service call, I set the credentials to use
CredentialCache.DefaultCredentials. This appears to pass the users Windows
credentials to the web service.
I need to know how I can pass the users Project Server credentials instead.
I have some users that log into one Windows domain on their computer, then
when they open Project Professional and attach to Project Server, they log in
using a different domain.
How can I get the credentials that they are using to log into Project Server?
Thank you.
to get and save data to Project Server. My problem is with credentials. When
I make a web service call, I set the credentials to use
CredentialCache.DefaultCredentials. This appears to pass the users Windows
credentials to the web service.
I need to know how I can pass the users Project Server credentials instead.
I have some users that log into one Windows domain on their computer, then
when they open Project Professional and attach to Project Server, they log in
using a different domain.
How can I get the credentials that they are using to log into Project Server?
Thank you.