Application_Start and Session_Start subroutines?
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
Select Answer:
set specific variables for the Application and Session objects.
set specific Functions for the Application and Session objects.
set specific events for the Application and Session objects.
None of the Above
|