.net - duplex WCF:The caller was not authenticated by the service -
i first host duplex wcf service in win service, add refrence client abd after run , error: caller not authenticated service.
and security config in client:
<security mode="message"> <message clientcredentialtype="windows" negotiateservicecredential="true" algorithmsuite="default" /> </security> when change security config none, timeoutexception.
how can solve problem?
Comments
Post a Comment