WCF - There was no endpoint listening at net.tcp://…/Querier.svc that could accept the message

筅森魡賤 提交于 2019-12-04 06:21:45

I think that you are missing the net.tcp in the "Enable Protocols" list in the advanced settings of the site.

Do you have .net 3.5 installed on the w2k864 machine? After you install it, did you run aspnet_iisreg?

Check the asp.net settings in IIS and ensure it is set to use 2.0

Can you provide any more information?

Also try to use your ip rather than a host name. e.g. 192.168.1.100 instead of myserver

When you browse to the service (http://myserver/SearchQueryService/Querier.svc), do you get any error messages?

I also noticed that your client is calling the net.tcp endpoint on port 9000. Does this configuration matches the IIS net.tcp configuration? In a default configuration, a call to your service should be pointed to net.tcp://myserver/SearchQueryService/Querier.svc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!