|
|
A Detailed View of the Global.asax File |
|
|
C# Corner |
|
|
ASP.NET / Miscellaneous |
|
|
Click to Visit |
|
|
15 |
|
This web based tutorial helps the .NET programmers to gain more knowledge about the use of global.asax file in ASP.NET. The author explains you the use of the @Application directive, @Import directive and @Assembly directive that are defined inside the global.asax file. The global.asax file can be used to override various events of the application and session objects such as Application_Init, Application_Start, Application_AuthenticateRequest, Session_Start, Session_End etc.,
|