How to call a webservice which allows impersonation
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I have a webservice which allows impersonation. To call this webservice i have a web application which also allows impersonation. when i call this websevice an error is thrown "401, Access Denied."; So which all chnages i have to make in my web application to make a successful call to this webservice.