I want to use Ninject in a project which combines ASP.Net webforms and ASP.Net MVC. I\'m using Ninject 2, but when I use NinjectHttpApplication from Ninject.Web.Mvc it complains
here are some very good resources on how to leverage DI in webforms that I had bookmarked some time ago:
http://aspnetresources.com/articles/ioc_and_di_with_web_forms http://aspnetresources.com/articles/real_world_ioc_and_di_with_webforms
Hope this helps.