wcf 和会话 asmx 重写
我有一个使用 Session 的网络服务。我想将其重写为可以托管在 IIS 外部的 WCF。
使用 WCF 替换会话的最佳方法是什么,并且不会在重写中将我与 IIS 联系起来?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将
wsHttpBinding
与可在 IIS 外部托管的 Reilable Messaging 和会话结合使用。请查看此处:如何启用 WCF 会话与 wsHttpBidning 和仅传输安全性
You can use
wsHttpBinding
with Reilable Messaging and sessions which can be hosted outside IIS. Have a look here:how to enable WCF Session with wsHttpBidning with Transport only Security