In WCF how do I access the user the service is running as?

Posted by Craig Shearer on Stack Overflow See other posts from Stack Overflow or by Craig Shearer
Published on 2010-03-18T23:21:32Z Indexed on 2010/03/18 23:31 UTC
Read the original article Hit count: 281

Filed under:

I have a WCF service hosted in IIS and want to gain access to the user the service runs as - not the caller. Is this possible?

I know about the aspNetCompatibilityEnabled, but that gives me the user calling the service, not the user the service is running under.

© Stack Overflow or respective owner

Related posts about wcf