What is the primary purpose of the Global.asax file in an ASP.NET application?

Choose the correct answer

Explanation

The Global.asax file is mainly used to manage events at the application and session levels, such as Application_Start and Session_Start. It is not intended for declaring global variables, nor is it without purpose.

What is the primary purpose of the Global.asax file … — ASP.net | PakQuizHub