Skip to content

Setting up an mvc webapi application

remogloor edited this page Mar 6, 2013 · 13 revisions

This extension is based on Ninject.Web.Common. The documentation of this package contains two chapters about how to setup a web application. Please choose the appropriate link for your project type:

Selfhosting Configuration

To configure the NinjectSelfHostBootstrapper for WebApi self hosting you have to initialize it with a HttpSelfHostConfiguration which is configured for your needs.