“net.tcp://ip:prot/XXXService/”不支援請求的升級。這可能是由於不匹配的繫結(例如,在客戶端上啟用了安全設定,卻未在伺服器上啟用)造成的。

Meet_loveallyourlife發表於2018-12-29

System.ServiceModel.ProtocolException: “net.tcp://192.168.1.117:9998/DataConfigService/”不支援請求的升級。這可能是由於不匹配的繫結(例如,在客戶端上啟用了安全設定,卻未在伺服器上啟用)造成的。

 

 

 

 客戶端、服務端的配置都是一樣的,如下:

   <bindings>
     ...
      <netTcpBinding>
        <binding name="tcpBinding" receiveTimeout="24.20:31:23.6470000" sendTimeout="00:30:00" maxReceivedMessageSize="1000000000" transferMode="Streamed">
          <readerQuotas maxDepth="256" maxStringContentLength="1000000000" maxArrayLength="100000000" />
          <security mode="None">
            <transport clientCredentialType="None" protectionLevel="None" />
            <message clientCredentialType="None" />
          </security>
        </binding>
      </netTcpBinding>
    </bindings>

相關文章