

MCQOPTIONS
Saved Bookmarks
1. |
You need to initialize some variable only when the first user accesses the application. What should you do? |
A. | Add code to the Application_OnStart event handler in the Global.asax file. |
B. | Add code to the Application_BeginRequest event handler in the Global.asax |
C. | Add code to the Session_OnStart event handler in the Global.asax file |
D. | None of the above |
Answer» B. Add code to the Application_BeginRequest event handler in the Global.asax | |