別のサーバーからサービスを呼び出そうとすると、次のエラー メッセージが表示されます。
Service cannot be started.
System.ServiceModel.Security.SecurityNegotiationException:
The caller was not authenticated by the service. --->
System.ServiceModel.FaultException:
The request for security token could not be satisfied because authentication failed.
クライアントをサーバーに接続しようとしたときのイベントビューアーで。
サーバーでトレースを有効にしましたが、次のようになります
System.IdentityModel.Tokens.SecurityTokenValidationException
投げられています。メッセージには、「このサービスでは、匿名でのログオンは許可されていません」と書かれています。
IIS -> WCF Web サイトを確認しましたが、「匿名アクセスを有効にする」が有効になっています。
私は何が欠けていますか?