C# Class Suteki.TardisBank.Web.Mvc.MvcApplication

Represents the MVC Application
For instructions on enabling IIS6 or IIS7 classic mode, visit http://go.microsoft.com/?LinkId=9394801
Inheritance: System.Web.HttpApplication
Show file Open project: sharparchitecture/Sharp-Architecture

Protected Methods

Method Description
Application_AuthenticateRequest ( object sender, EventArgs e ) : void

Loads user roles from authentication ticket.

Application_Error ( object sender, EventArgs e ) : void
Application_Start ( ) : void

Application startup.

InitializeContainer ( ) : IWindsorContainer

Instantiate the container and add all Controllers that derive from WindsorController to the container. Also associate the Controller with the WindsorContainer ControllerFactory.

Method Details

Application_AuthenticateRequest() protected method

Loads user roles from authentication ticket.
protected Application_AuthenticateRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Application_Error() protected method

protected Application_Error ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Application_Start() protected method

Application startup.
protected Application_Start ( ) : void
return void

InitializeContainer() protected method

Instantiate the container and add all Controllers that derive from WindsorController to the container. Also associate the Controller with the WindsorContainer ControllerFactory.
protected InitializeContainer ( ) : IWindsorContainer
return IWindsorContainer