Rohan  Rathore
What is the importance of Global.asax in ASP.NET?
By Rohan Rathore in ASP.NET on Jun 24 2013
  • Ritesh Singh
    Aug, 2016 5

    It is an optional file that handles events raised by ASP.NET or by HttpModules. Mostly used for application and session start/end events and for global error handling.

    • 0
  • Pramod Lawate
    Aug, 2013 27

    The Global.asax file is an optional file used to declare and handle application and session-level events and objects for an ASP.NET web site running on an IIS Web Server.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS