Science, asked by Sheroneashok3711, 1 year ago

Please briefly explain the usage of Global.asax?

Answers

Answered by SinghKamaljeet987338
0
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. ... Mostly used for application and session start/end events and for global error handling.
Similar questions