Reputation: 73
I have deployed a WCF service that use HTTP binding on IIS 7.5. When logged on the web server I'm able to browse to the svc file: "http://localhost:8200/MyService.svc"
But when I do it from a remote machine it is not available: "http://11.22.33.44:8200//MyService.svc"
Any idea?
Upvotes: 1
Views: 4426
Reputation: 13483
Make sure your Firewall is off, or that it allows connections to port 8200
Upvotes: 3