when ASP.NET throws an application error, IIS shows the 500 HTML error, but when a WCF service throws a FaultException
(IIS 500), the client gets a proper SOAP fault with error message in it.
Is there any good documentation on this request processing?