一般创建好服务后,就配置一下节点就可以了。在 msdn 白皮书上,很多例子运行时都会报一个同样的错误。就是没有加上一段代码:

             <bindings>

        <netMsmqBinding>
          
<binding name="jumpSecurity" exactlyOnce="false">
            
<security mode="None">
              
            
</security>
          
</binding>
        
</netMsmqBinding>

      </bindings> 

 

     另外,底下,所绑定的服务的 bindingConfiguration = "jumpSecurity"的名称就是上面那个 binding的名称。 

相关文章:

  • 2021-12-12
  • 2021-08-02
  • 2021-08-27
  • 2021-08-03
  • 2021-12-26
猜你喜欢
  • 2022-01-03
  • 2021-12-05
  • 2021-07-22
  • 2021-08-13
  • 2022-12-23
  • 2021-11-09
  • 2022-12-23
相关资源
相似解决方案