Facing 'HTTP request not authorized' error accessing WCF service with authentication using anonymous auth

64 Views Asked by At

I have a wcf service that does database operations. I want to access the methods in this service with authentication. For this, I turned on anonymous authentication in IIS and entered the username-password that I created. But when I want to call my GetSicil method in visual studio, I get this error. What would be the reason?

i have looked for similar errors but the problem is not fixed

0

There are 0 best solutions below