I have a web service
[authorization]
[allow users="domain\myaccount, domain\yyy"/]
[deny users="*"/]
[/authorization]
[authentication mode="Windows" /]
And I have a web client which calls this web sercice
[identity impersonate="true" /]
[authentication mode="Windows" /]
I use my own domain account (which listed above, domain\myaccount, to test the client, but I still got 401 error, any idea?