WCF net.tcp port sharing on IIS 7 / WAS

不羁岁月 提交于 2019-12-06 00:27:41

OK I found the problem I was having. In IIS I had set up each service as its own website and was trying to get those different websites to port share. This would not work.

However I found that if I set up just one website and then added my services as seaprate applications under the website then the port sharing will work. This approach lets me have multiple services as applications under one website.

Check this. This can be helpful to you.

http://himanshudesai.wordpress.com/2011/06/03/multiple-wcf-services-on-a-single-port/

Hope this helps.

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