I'm working on a traditional ASP.NET application where I'm making a WCF call to perform some operations.
The question is, should I put a try catch around the WCF call and display the error details at the top of the current page, or let the error redirect the user to a custom error page, or the dreaded yellow screen of death?