zoukankan      html  css  js  c++  java
  • WCF布署時配置wsHttpBinding安全參考

    發布到服務器後遇到:通信对象 System.ServiceModel.Channels.ServiceChannel 无法用于通信,因为其处于“出错”状态。

       <bindings>
          
    <wsHttpBinding>
            
    <binding name="BindConfig" closeTimeout="00:01:00"
                openTimeout
    ="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
                bypassProxyOnLocal
    ="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
                maxBufferPoolSize
    ="524288" maxReceivedMessageSize="65536"
                messageEncoding
    ="Text" textEncoding="utf-8" useDefaultWebProxy="true"
                allowCookies
    ="false">
              
    <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
                  maxBytesPerRead
    ="4096" maxNameTableCharCount="16384" />
              
    <reliableSession ordered="true" inactivityTimeout="00:10:00"
                  enabled
    ="false" />
              
    <security mode="None">
                
    <transport clientCredentialType="Windows" proxyCredentialType="None"
                    realm
    ="" />
                
    <message clientCredentialType="Windows" negotiateServiceCredential="true"
                    algorithmSuite
    ="Default" establishSecurityContext="true" />
              
    </security>
            
    </binding>
          
    </wsHttpBinding>
        
    </bindings>


    endpoint添加

    bindingConfiguration="BindConfig"

     記錄下來,以備後用

  • 相关阅读:
    淘宝客服务费和佣金的区别是什么
    java编程出现的错误对应的解决方法
    若遇到APP无法抓包怎么办,可以通过安装drony 进行转发抓包
    Android逆向—苏宁金融app的data参数分析
    GMSSL 支持SM2/SM3/SM4
    Frida安装和使用
    JS 解析 bytearray 成字符串
    Pytorch-tensor的创建,索引,切片
    深度学习实战之线性回归1
    CCF CSP 201803-2 碰撞的小球
  • 原文地址:https://www.cnblogs.com/ywkpl/p/2087050.html
Copyright © 2011-2022 走看看