Question Credentials?

raysefo

Well-known member
Joined
Jul 21, 2010
Messages
207
Programming Experience
Beginner
Hi,

We have a web service.A client from different domain calls this service from VPN and gets error like below:

Unable to automatically step into the server. Connecting to the server 111.11.11.11 failed. Logon failure: unknown username or bad password.

here is the exact place where code of client gets error:
VB.NET:
try
...
myWSAgents .Credentials = System.Net.CredentialCache.DefaultCredentials
...

Any help would be great.

Thanks in advance.

Best Regards
 
Back
Top