WCF RIA 服务可以自行托管吗?
我知道 WCF 可以自行托管。 WCF RIA 服务怎么样?谢谢!
I know WCF can be self hosted. how about WCF RIA Services? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我知道 WCF 可以自行托管。 WCF RIA 服务怎么样?谢谢!
I know WCF can be self hosted. how about WCF RIA Services? Thanks!
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
其实,经过小配置就可以自托管:
Actually, it can be self-hosted after small configuration:
WCF RIA 服务构建在 WCF 之上,并且它们作为 WCF 服务公开。
请参阅 MSDN 上的 WCF RIA 服务。
WCF RIA Services is build on top of WCF and they get exposed as WCF services.
See WCF RIA Services on MSDN.
根据 MSDN 上的这个论坛帖子,这是不可能的之所以这样,是因为 RIA 服务设置了 ASP.NET 兼容性,因此需要 IIS 托管。
According to this forum thread on MSDN, it is not possible to do such thing because RIA services set the ASP.NET compatibility to be required, therefore needing the IIS hosting.