vote up 0 vote down star

Hi,

we wrote a WCF service, deployed on IIS. we chose Integrated Windows Authentication. service can not be used in this case but if we can set the authentication method of the IIS virtual directory to "Anonymous" for WCF services, then the error will go away. But "Anonymous" is not acceptable for our WCF service. We have to use Integrated Windows Authentication to authenticate the client. Any one knows how to fix this problem?

Thanks in advance,

Ashish

flag
can you show what the config files that shows the configuration of the client and wcf service? – CSharpAtl Sep 2 at 13:48

1 Answer

vote up 0 vote down

There are two main things that you need to watch out for:

  1. Is your configuration aligned: IIS, web.config (system.web and WCF)
  2. Is your client sending windows authentication information with the request

It is probably the second that is giving you problems. The IIS log should contain which user is making the call.

link|flag
Actually if i allow Integrated Windows Authentication, without Anonymous, then client window application is not able to access service itself, even on server if i browse service, it show me following error "Security settings for this service require 'Anonymous' Authentication but it is not enabled for the IIS application that hosts this service." – Kasma Sep 3 at 13:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.