开发者

WCF service access error on the server

开发者 https://www.devze.com 2023-03-05 02:22 出处:网络
I have a wc开发者_运维知识库f service that is hosted on a server. I can browse to the service without a problem from my local computer. I cannot browse to the service using the same url from the serve

I have a wc开发者_运维知识库f service that is hosted on a server. I can browse to the service without a problem from my local computer. I cannot browse to the service using the same url from the server. Any ideas as to why this would happen?


Found the issue. The domain that the service was hosted on was using an IPv6 address in the bindings in IIS. After I changed that to use the wildcard for an IP address (I can do that since there are no other sites on the server) everything worked fine.

0

精彩评论

暂无评论...
验证码 换一张
取 消