gpt4 book ai didi

c# - 远程端身份验证失败(流可能仍可用于其他身份验证尝试)

转载 作者:行者123 更新时间:2023-12-05 07:26:01 25 4
gpt4 key购买 nike

我有一个在客户端和服务器之间使用 WCF 的应用程序,但是,当我尝试运行我的应用程序时,它给了我这个异常。我发现的一种解决方案是在两台机器之间连接一条直接电缆(不使用路由器或交换机)。

这是我的客户端配置:

<netTcpBinding>
<binding name="NetTcpBinding_IOperacao" closeTimeout="00:15:00"
openTimeout="00:15:00" receiveTimeout="00:15:00" sendTimeout="00:15:00"
transactionFlow="false" transferMode="Buffered" transactionProtocol="OleTransactions"
hostNameComparisonMode="StrongWildcard" listenBacklog="10" maxBufferPoolSize="21474836470"
maxBufferSize="2147483647" maxConnections="1000000" maxReceivedMessageSize="2147483647">
<readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647"
maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
<reliableSession ordered="true" inactivityTimeout="00:10:00"
enabled="false" />
<!--<security mode="Transport">
<transport clientCredentialType="Windows" protectionLevel="None" />
<message clientCredentialType="Windows" />
</security>-->
<security mode="None"></security>
</binding>
<!--<binding name="NetTcpBinding_IOperacao1">
<security>
<transport protectionLevel="None" />
</security>
</binding>-->
</netTcpBinding>

最佳答案

我将您的错误与另一个错误结合在一起。在调用 wcf 服务时,我认为是防火墙或其他东西阻止了我机器上的流量。

最后是创建客户端后没有正确设置用户名和密码造成的。关于如何修复它的详细信息,请参阅我在另一篇文章中的解决方案:https://stackoverflow.com/a/60010234/151325

关于c# - 远程端身份验证失败(流可能仍可用于其他身份验证尝试),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54572711/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com