I have a WCF client / service with net.tcp transport. When I turn on WCF trace on the client side, I see the following errors in the trace (see. Screenshot from viewing the trace of the service). It is strange that WCF processes and repairs this error, and my client does not receive any exceptions and continues to work. This exception occurs randomly, randomly, but not every time the web method is called. Client Authentication (Windows XP) is windows, the service is identified by SPN, services are self-service on the Windows service for NLB (Windows Server 2003). Can someone explain to me what is going on here.
The exception to stacktrace from xml tracing is:
<ExceptionString> System.ServiceModel.Security.MessageSecurityException: The server rejected the upgrade request. ---> System.ServiceModel.ProtocolException: Error while reading message framing format at position 0 of stream (state: ReadingUpgradeRecord) ---> System.IO.InvalidDataException: More data was expected, but EOF was reached. --- End of inner exception stack trace --- --- End of inner exception stack trace --- </ExceptionString>
:
tcp wcf wcf-security
softveda
source share