Suoranta.EnterpriseLib.Web - Developer API

Suoranta.EnterpriseLib.Web.AppDomain Namespace

Classes


  Class Description
Public class WebKernelActivator
This class is implementation of NinjectWebCommon. Add to MVC app main assembly:
C#
[assembly: WebActivatorEx.PreApplicationStartMethod(typeof(WebKernelActivator), "Start")]
[assembly: WebActivatorEx.ApplicationShutdownMethod(typeof(WebKernelActivator), "Stop")]