---
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: 2013-12-17  
updated: 2020-08-06  
canonical: https://www.mindstick.com/interview/1833/what-are-the-event-handlers-that-can-be-included-in-the-global-asax-file  
category: "c#"  
tags: ["c#"]  
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/1833/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.
