I have a wcf 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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.