I am using a WCF service that sits under an ASP.NET website.
I want to keep service debug / exeption details on when I go live as it is convenient for catching errors in the global.asax file without having to throw fault exceptions.
<serviceDebug includeExceptionDetailInFaults="true" />
Is there any reason why I should not do this. I have an error handler in place in the ASP.NET site.