wcf 的客户端 必须是控制台应用程序么?
rt
------解决方案--------------------
直接在网站里面开WCF就可以了
OnStart
------解决方案--------------------1. 客户端不一定是控制台
2. WCF不支持重载,但是有办法可以去解决重载
比如
[OperationContract(Name="meoth1")]
meoth(string a,string b){}
[OperationContract(Name="meoth2")]
meoth(string a,int b){}
------解决方案--------------------http://www.cnblogs.com/cbcye/archive/2009/06/02/1494631.html