Add ASP.NET web service while impersonating credentials.
Posted
by George
on Stack Overflow
See other posts from Stack Overflow
or by George
Published on 2010-05-12T13:40:42Z
Indexed on
2010/05/12
13:44 UTC
Read the original article
Hit count: 505
I have a web reference that I do not have access to through my windows credentials, but do through impersonation. Unfortunately, I cannot update or add the reference because of my lack of credentials. When the service is added, it works fine when I set impersonation to true and add credentials.
Is there a way to impersonate a credentials when adding/updating a web service reference through the GUI?
© Stack Overflow or respective owner