WCF not using computer name instead of domain name when viewing MyService.svc?wsdl

后端 未结 13 1326
迷失自我
迷失自我 2020-12-13 02:31

My WCF serice seems to be using the computer-name instead of the domain name. When I view the MyService.svc?wsdl link it is showing my computer name.

Wh

13条回答
  •  情歌与酒
    2020-12-13 03:03

    As stated in this link WCF is using the computer name instead of the IP address and cannot be resolved

    It solved my problem, maybe because i have multiple web sites in the same host, and is very simple.

    
    
    
    

提交回复
热议问题