LocalUser access for WCF hosted in IIS

Posted by Eugarps on Stack Overflow See other posts from Stack Overflow or by Eugarps
Published on 2010-06-13T14:19:15Z Indexed on 2010/06/13 14:22 UTC
Read the original article Hit count: 338

Filed under:
|
|
|

I have tried every combination to allow unauthenticated access to WCF as in "LocalUser" accounts, in IIS without success. Here is what I've most recently tried:

wsHttpBinding with Message security and mode set to "None". IIS anonymous access enabled, all others disabled, folder level access at default (but granted read access to "Users" which is all users in our domain).

I understand I may not have provided enough information to solve the issue, but perhaps somebody can point me in the right direction - is this likely to be a IIS configuration issue or a WCF configuration issue... if WCF, is it likely to be a client level or server level issue?

The error I get when attempting to access here is "User is not authenticated". We have ASMX services in the domain which are behaving properly, I am the first developer using WCF here.

© Stack Overflow or respective owner

Related posts about iis

Related posts about .net-3.5