메소드 | 설명 | |
---|---|---|
Application_BeginRequest ( object sender, |
|
|
Application_Error ( object sender, |
Global Error Handler. When this event is triggered, the error is logged to the server event log and then loaded into the user Session and redirected to the error page for display to the user. Note: There is a profiles request/response debug tool that can be accessed in the browser if the Debug flag is set to true in the web.config file.
|
|
Application_Start ( object sender, |
When a request is submitted to the ISAPI filter the following steps are executed in order to process a RESTful URL: 1. IIS will trigger the ProfilesRouteHandler that's defined in the Global.asax.cs file. 2. All parameters of the RESTful URL are then packed into the HttpContext.Current.Items hash table and the request is transferred to the Alias.aspx page.
|
|
Session_Start ( object sender, |
Starts a Profiles instance of Profiles Session Management and Session State Information used for security/data filters, tracking, auditing.
|
메소드 | 설명 | |
---|---|---|
LoadModuleCatalogue ( ) : void |
This method loads the module names and locations into RAM. This code is located in the Profiles.Framework.Utilities.ModuleCatalogueCache.cs file
|
|
RegisterRoutes ( RouteCollection routes ) : void |
protected Application_BeginRequest ( object sender, |
||
sender | object | .Net context object |
e | .Net Event Arguments | |
리턴 | void |
protected Application_Error ( object sender, |
||
sender | object | .Net context object |
e | .Net Event Arguments | |
리턴 | void |
protected Application_Start ( object sender, |
||
sender | object | .Net context object |
e | .Net Event Arguments | |
리턴 | void |
protected Session_Start ( object sender, |
||
sender | object | .Net context object |
e | .Net Event Arguments | |
리턴 | void |