Add service reference in visual studio doesn't work for Windows authenticated WCF service

I have a WCF service hosted on IIS with Windows Authentication.

When the (Service Consumer) project needs to create a proxy class for this service using the "Add Service Reference" function in Visual Studio, it gives below error.

enter image description here

How can I achieve this without enabling anonymous for the service?

FYR: All users and services are in the same Windows domain.

+3


source to share





All Articles