Why is global ASAX is used for?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at Cloud9 Technologies, Lives in San Diego, CA.
The Global.asax file, also known as the ASP.NET application file, is an optional file that contains code for responding to application-level and session-level events raised by ASP.NET or by HTTP modules. The Global.asax file resides in the root directory of an ASP.NET application.
2023-05-13 12:38:38
评论(499)
Helpful(122)
Helpful
Helpful(2)

Charlotte Wilson
QuesHub.com delivers expert answers and knowledge to you.
The Global.asax file, also known as the ASP.NET application file, is an optional file that contains code for responding to application-level and session-level events raised by ASP.NET or by HTTP modules. The Global.asax file resides in the root directory of an ASP.NET application.