0

I have a WCF service and I want to check under which service account was a call made to the service two days ago. Can I find that information in IIS logs?

To clarify - another application made a call to my WCF Service and I need to check if that application runs under a service account or is it anonymous.

Coding Duchess
  • 6,445
  • 20
  • 113
  • 209

1 Answers1

0

You can check cs-username field in IIS logs. For anonymous it is -

Ravi A.
  • 2,163
  • 2
  • 18
  • 26