You need to initialize some variable only when the first user accesses the application. What should you do?
1.Add code to the Application_OnStart event handler in the Global.asax file.
2.Add code to the Application_BeginRequest event handler in the Global.asax
3.Add code to the Session_OnStart event handler in the Global.asax file
4.None of the above
Answer:1
Posted Date:-2022-02-01 13:08:49