Moderate

Why is Global.asax is used ?

Correct answer: A. Implement application and session level events

  • A. Implement application and session level events
  • B. Declare Global variables
  • C. No use
  • D. All of the above

Explanation

Global.asax handles application-level and session-level events such as Application_Start and Session_Start. It can also contain application-wide declarations, but event handling is its primary purpose.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions