If you want to audit WCF Service, place the below configuration settings in web.config.
<configuration>
<system.serviceModel>
<behaviors>
<behavior>
<serviceSecurityAudit
auditLogLocation="Application"
suppressAuditFailure="true"
serviceAuthorizationAuditLevel="Failure"
messageAuthenticationAuditLevel=
"SuccessOrFailure" />
</behavior>
</behaviors>
</system.serviceModel>
</configuration>
Configure this setting to log security events for success, failure, or both. The events are written to the Windows system event log, and you can view them in the Event Viewer.

Lakshmanan Sethu SankaranarayanPosted Mar 24, 2014, 10:17 AM
Thanks Mahesh. Changed font size.
Mahesh ChandPosted Mar 23, 2014, 8:32 AM
Feedback: Keep the fonts size and color of the blog content normal. Cheers!