C# Class Castle.Applications.PestControl.Web.PestControlApplication

Summary description for PestControlApplication.
Inheritance: System.Web.HttpApplication, IContainerAccessor
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Application_OnEnd ( ) : void
Application_OnStart ( ) : void
FormsAuthentication_OnAuthenticate ( Object sender, System.Web.Security.FormsAuthenticationEventArgs e ) : void

Private Methods

Method Description
AddFiltersAndControllers ( WindsorContainer container ) : void

Method Details

Application_OnEnd() public method

public Application_OnEnd ( ) : void
return void

Application_OnStart() public method

public Application_OnStart ( ) : void
return void

FormsAuthentication_OnAuthenticate() public method

public FormsAuthentication_OnAuthenticate ( Object sender, System.Web.Security.FormsAuthenticationEventArgs e ) : void
sender Object
e System.Web.Security.FormsAuthenticationEventArgs
return void