在 Web 应用程序的 Appdomain 中使用 Ninject 和 WCF 服务?

发布于 2024-10-15 19:22:54 字数 193 浏览 3 评论 0原文

据我了解,如果您想使用 WCF-Ninject 扩展,它假设您在自己的 AppDomain 中托管 WCF 服务。

我已经在使用 Ninject.Web 扩展和 asp.net 兼容模式来访问成员资格提供程序和会话。

有没有办法将我的 Ninject 与托管在与我的 Web 应用程序相同的 AppDomain 中的 WCF 服务结合使用?

It's my understanding that if you want to use the WCF-Ninject extension, it assumes that you are hosting your WCF services in their own AppDomain.

I'm already using the Ninject.Web extension and asp.net compatibility mode to get at the Membership Provider and Session.

Is there a way utilize my Ninject with my WCF services that are hosted in the same AppDomain as my Web Application?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沦落红尘 2024-10-22 19:22:54

好吧,Ninject.Web 只是代码 - 去看看它。

如果您使用的是 asp.net 兼容模式,像 InRequestScope 这样的东西就会起作用。

您还没有真正解释您想要哪一部分 WCF 支持 - 例如,您用于服务的基类可以轻松地从 Ninject.Wcf 中取出,并且不需要 Ninject.Web 所需的相同类型的集成,例如, NinjectHttpApplication

我建议:

  1. 查看 Ninject.Wcf
  2. 获取更多有关您想要/需要/期望的内容的详细信息,
  3. 通过邮寄 ninject 邮件列表来讨论您正在谈论的内容

Well, Ninject.Web is just code - go have a look at it.

Things like InRequestScope will just work if you're using asp.net compatibility mode.

You havent really explained which bit of the WCF support you want -- e.g., the base class you use for services can easily be lifted out of Ninject.Wcf and doesnt require the same type of integration that is necessary for Ninject.Web, e.g., NinjectHttpApplication.

I suggest:

  1. looking at Ninject.Wcf
  2. getting some more details together about what you want/need/epect
  3. mailing the ninject mailing list to talk through what you're talking about
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文