Suoranta.EnterpriseLib.Web.AppDomain Namespace
Classes
| Class | Description | |
|---|---|---|
|
|
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")] |

