3
I’m trying to leave an application authenticated by Windows. But when I change the settings on IIS with anonymous authentication disabled as per the image below: I have the following mistake:
[Messagesecurityexception: The HTTP request is not authorized in the 'Anonymous' client authentication scheme. The authentication header received from the server was 'Negotiate,NTLM'.]
I’m using a WCF, I’ve made several changes to webconfig but always comes back to this error.
Does anyone have any idea what it might be?
I deactivated ASP.NET personification, and added this code on web.config, but I still have the same error.
– lucas
@Can you solve it? I have a hunch for this problem. If you still need it, I will need to confirm some things with you
– Jéf Bueno
I still can’t fix it.
– lucas
If you right-click on "Windows Authentication" and then click on providers, what appears?
– Jéf Bueno