Select from following answers:- To declare global variables which can be accessed throught the application.
- To implment application level and session level events.

- To configure the values like SQLConnecton string or giving reference of dlls
- All Above
The Global.asax file is used for declaring applicaton and session level events. It is the optional file and it is also known as ASP.NET Application file.
Webconfig file is used for declaring connection strings and referencing Dlls.
Truly speaking there is no global variables concept in C#.
Show Correct Answer
Asked In: Ramco Systems |
Alert Moderator