Multiple choice

Which of the following directives identifies assemblies Global.asax uses that ASP.NET and does not link to by default?

  1. Application_End request

  2. The @ assembly directive

  3. The @ import directive

  4. Assembly name

  5. Global.asax

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This directive identifies assemblies Global.asax uses that ASP.NET and does not link to by default.