收集的几篇个人认为不错的文章,转过来(以后会继续添加)...

1. 承载和使用 WCF 服务

WCF文章收集 简介
WCF文章收集 研究承载方案
WCF文章收集 自承载您的服务
WCF文章收集 在 Windows 服务中进行承载
WCF文章收集 使用 Internet 信息服务进行承载
WCF文章收集 使用 WCF 服务
WCF文章收集 结论
http://www.microsoft.com/china/MSDN/library/Windev/WindowsVista/bb332338.mspx?mfr=true

2. WCF 深度寻址
目录
http://msdn.microsoft.com/msdnmag/issues/07/06/ServiceStation/Default.aspx?loc=zh

顺便请教:
    如果配置了EndPoint的逻辑地址(address)和物理地址(listenUri),则客户端生成的Config文件中,连接地址指向逻辑地址,这是调用ServiceMethod会抛出异常: Additional information: There was no endpoint listening at http://...../LogicAddress that could accept the message. This is often caused by an incorrect address or SOAP action。
    如果手动修改Config的配置文件,将EndPoint的Address属性配置成逻辑地址,behaviorConfiguration配置相应的物理地址,却又抛出:
Additional information: The binding specified requires that the to and via URIs must match because the Addressing Version is set to None.
请问大家有没有遇到类似的问题? 如何处理的?google了N就也貌似都没有相关信息.....


3. WCF 消息传递基础
目录
http://msdn.microsoft.com/msdnmag/issues/07/04/ServiceStation/Default.aspx?loc=zh


相关文章: