收集的幾篇個人認為不錯的文章,轉過來(以后會繼續添加)...
1. 承載和使用 WCF 服務
| 簡介 | |
| 研究承載方案 | |
| 自承載您的服務 | |
| 在 Windows 服務中進行承載 | |
| 使用 Internet 信息服務進行承載 | |
| 使用 WCF 服務 | |
| 結論 |
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
浙公網安備 33010602011771號