I get what now appears as a security error in my WCF service. Initially, my error was falted (removed using the client proxy to clear this error), but found more information by enabling tracing.
I was not able to run my solution after detecting this error, and even my backup now gets the same error. I'm not sure what caused this, I canceled the changes made (nothing related to WCF) and still get the same error.
Trace Error - System.ServiceModel.Security.MessageSecurityException: The security processor could not find the security header in the message. This may be due to the fact that the message is an unsecured error or because there is a connecting mismatch between the communicating parties. This can happen if the service is configured for security and the client is not using security.
I'm not quite sure what I need to do to fix this, any help would be helpful. The application previously worked.
user363348
source share