Skip to content

Setting up an mvc webapi application

meselgroth edited this page Jul 29, 2014 · 13 revisions

This extension is based on Ninject.Web.Common. The documentation of this package contains three 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.