开发者

Hosted wcf service in IIS dont response to other computers?

开发者 https://www.devze.com 2023-01-01 05:29 出处:网络
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.

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)

0

精彩评论

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