Archive for the 'WCF' Category

WCF Error Handling with log4net

Thursday, February 26th, 2009

In this blog post I will be going through how to do error handing with WCF by using attributes to log your errors. There are multiple ways to do error handling in WCF as listed by Pedram Rezaei Blog. The default way that WCF allows errors message to display is by setting IncludeExceptionDetailInFaults Property to [...]

Share