.NET WCF service references use server name rather than IP address causing issues when consuming

后端 未结 3 888
谎友^
谎友^ 2021-01-19 10:57

So, I\'m a newbie to WCF...

I created my ServiceLibrary and web-site project that consumed the ServiceLibrary. I am able to access the service by creating a proxy cl

3条回答
  •  梦谈多话
    2021-01-19 11:40

    Put

    
    

    befor closing the system.serviceModel tag. It should end like this:

     
           .
           .
           .
       
    
    

提交回复
热议问题