I'm trying to leave an application with Windows authentication. However when I change the settings in IIS with anonymous authentication disabled as shown below: I have the following error:
[MessageSecurityException: The HTTP request is not authorized in the client authentication scheme 'Anonymous'. The authentication header received from the server was 'Negotiate, NTLM'.]
I am using a WCF, I have already made several changes in webconfig but I always come back to this error.
Does anyone have any idea what it can be?