.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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -