WCF service and Identity in configuration.

Posted by pdiddy on Stack Overflow See other posts from Stack Overflow or by pdiddy
Published on 2010-03-23T13:53:55Z Indexed on 2010/03/23 14:23 UTC
Read the original article Hit count: 278

Filed under:
|
|

What is the purpose of this Identify that sometime I find in the generated in the configuration when adding a service reference in the a client project.

I have this wcf service running under local system account. It looks like I don't need to specify this identity in the client configuration.

But if I run the wcf service under a specific account. I have to set the identity userprincipalname to the account the service is running under or else my client can't communicate at all with the wcf service.

Can someone shed more light on this configuration?

Maybe some articles on the net?

© Stack Overflow or respective owner

Related posts about wcf

Related posts about c#