Hosted wcf service in IIS dont response to other computers?
HI
I develop the wcf service for hosting in IIS. test service in computer(which is service host in itself IIS) and as result this service work fine.
But When I try开发者_如何转开发 use that service from other Computer, service not responding and service cant be find!!!
This could be:
- A security problem, what are the security settings on IIS?
- The port is blocked, what firewall settings do you have?
Or that you have an address with localhost (as already answered)
精彩评论