Question:
Can you give an example of what might be best suited to place in the application_Start and Session_Start subroutines? Answer:
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 specific to the session (e.g, USER ID and other specific info related to this session) Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
There should not be any Spelling Mistakes.
There should not be any Gramatical Errors.
Answers must not contain any bad words.
Answers should not be the repeat of same answer, already approved.