wcf and session asmx rewrite with Silverlight
问题 I have a web service that uses Session. I want to rewrite it as an WCF that can be hosted outside IIS. What is the best way to replace session using WCF that wont tie me to IIS in my rewrite? At first I was happy because of wsHttpBinding. Then I read that Silverlight can not use this and I was sad. How can this be accomplished. 回答1: Badly. I think Silverlight doesn't support any http based binding which would allow you creating stateful WCF service. You can make stateful WCF service with net