I’m using WCF to pass data from one application to another. During execution I receive System.ServiceModel.Dispatcher.NetDispatcherFaultException. Inside it .NET claims that MaxStringContentLength should be increased (default value is 8192).
How can I increase MaxStringContentLength of named pipe?
It’s a setting under your binding config