ninject / Ninject.Web.Mvc

extension for ninject providing integration with ASP.NET MVC
http://ninject.org/
Other
238 stars 85 forks source link

Help: How I can change dependency based on Area In Asp.net MVC #36

Open hasibul2363 opened 10 years ago

hasibul2363 commented 10 years ago

I am very new. Just know how to use Ninject MVC3 extension. I want to change dependency based on Area. I have several DBContext for my application. I want to inject them based on Area.

Need your help. How i can achieve this. I know how to Rebind the dependency but where i have to configure this so that it rebinds dependency based on Area.

I am sorry if I posted it on wrong place. Waiting for your help.