我有一个网络服务
[authorization]
[allow users="domain\myaccount, domain\yyy"/]
[deny users="*"/]
[/authorization]
[authentication mode="Windows" /]
我有一个网络客户端,它调用这个网络服务
[identity impersonate="true" /]
[authentication mode="Windows" /]
我使用自己的域帐户(上面列出的 domain\myaccount 来测试客户端,但我仍然收到 401 错误,知道吗?