When you drop FaultExceptionout of a WCF service, is there a way that it can be dropped without breaking the real connection? I’m looking to prevent an action for a specific method, but I don’t want to break the connection with the client (just return the message “you cannot do this action right now, but that’s why”). Or, it is a necessary paradigm to recreate a new proxy in an application for consuming .NET (in the case of .NET).
source
share