M
mbrand
I've looked through everything I can find about this subject but
nothing has resolved my problem. All I'm trying to do is access a
webservice from a client app with the credentials of the person using
the client app.
When I set the service credentials to
"System.Net.CredentialCache.DefaultCredentials" the username, pw and
domain are all blank (I've checked in the debugger). So because of
this I'm getting a 401 unauthorized user error when I try to call any
methods in my service.
In my web.config, I have <identity impersonate="true"> and
<authentication mode="Windows"/>
In IIS I have anonymous access turned off and I have integrated windows
authentication turned on.
Is there anything else that I'm missing? I've also tried setting
PreAuthenticate = true but that didn't work.
nothing has resolved my problem. All I'm trying to do is access a
webservice from a client app with the credentials of the person using
the client app.
When I set the service credentials to
"System.Net.CredentialCache.DefaultCredentials" the username, pw and
domain are all blank (I've checked in the debugger). So because of
this I'm getting a 401 unauthorized user error when I try to call any
methods in my service.
In my web.config, I have <identity impersonate="true"> and
<authentication mode="Windows"/>
In IIS I have anonymous access turned off and I have integrated windows
authentication turned on.
Is there anything else that I'm missing? I've also tried setting
PreAuthenticate = true but that didn't work.