WCF service blocked by Windows Firewall

让人想犯罪 __ 提交于 2019-11-30 18:12:50
sdanelson

Try the MSDN article Configuring HTTP and HTTPS.

As far as I know, adding self hosted WCF service process to firewall does not work, because it is not that process taking inbound calls, it only works if

  1. add service port to global port exception
  2. add WCF inbound daemon process to process exception, I'm not sure about http, but for net.tcp bindings, you need $FrameworkDir/SMSvcHost.exe instead of your process.
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!