can you give an example of what might be best


Can you give an example of what might be best suited to place in the application_Start and Session_Start subroutines?

Application

Start - We can place code to initialize variables once during application start. (e.g., db connection string) 

Session Start - We can place code to initialize variables particular to the session (e.g., USER ID and other specific info related to this session)

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: can you give an example of what might be best
Reference No:- TGS0289580

Expected delivery within 24 Hours