I need to pass a NetworkCredential object with the credentials of the currently impersonated user to a web service from an asp.net application. My code look
NetworkCredential
It's not possible to use the asp.net impersonated user (Current.User.Identity) for network authentication, it only works locally.
Current.User.Identity