Ninject has extentions for mvc and wcf but in our case mvc application is hosting wcf as well. How do u go about using both, looks like both extention provides base class for httpapplication(global.aspx),
What is the correct way of using it?
At this moment looks like i need to grab pieces out of wcf extention and put it in mvc extention to get both working.