hi all,
we get an error like :
System.Net.WebException: The request failed with HTTP status 401:
Unauthorized for one of our web service.
This service is being called from a utility either from the same machine or
can also be from a different machine.
we have also provided the
CredentialCache cache = new CredentialCache();
cache.Add(new Uri(theMICService.Url), "Negotiate", new
NetworkCredential(userId, password, "domainname"));
but still weget the error , what could be the possible reasons ?
Any help much appreciated....
Thanks
Senthil
http://dotnetcrunch.blogspot.com/