ela
ela

Reputation: 1

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

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

Upvotes: 0

Views: 86

Answers (0)

Related Questions