---
title: "What are the event handlers that can be included in the Global.asax file?"  
description: "What are the event handlers that can be included in the Global.asax file?"  
author: "Sumit Kesarwani"  
published: 2014-08-28  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/2087/what-are-the-event-handlers-that-can-be-included-in-the-global-asax-file  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What are the event handlers that can be included in the Global.asax file?

The Global.asax file contains some of the following important event handlers:

Application_Error

Application_Start

Application_End

Session_Start

Session_End

## Answers

### Answer by Sumit Kesarwani

The Global.asax file contains some of the following important event handlers:

Application_Error

Application_Start

Application_End

Session_Start

Session_End


---

Original Source: https://www.mindstick.com/interview/2087/what-are-the-event-handlers-that-can-be-included-in-the-global-asax-file

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
