nerdexam
Microsoft

70-519 · Question #289

A library called contosobuisness.dll has been created and u need to accept it in a page.. all options had the <%assembly tag but the att differed

The correct answer is C. <%@ Assembly Name="contosobuisness" %>. See the full explanation below for the reasoning.

Question

A library called contosobuisness.dll has been created and u need to accept it in a page.. all options had the <%assembly tag but the att differed

Options

  • A<%assembly TargetName="contosobuisness" %>
  • B<%assembly ID="contosobuisness" %>
  • C<%@ Assembly Name="contosobuisness" %>
  • D<%assembly virtualpath="contosobuisness" %>

How the community answered

(41 responses)
  • A
    5% (2)
  • B
    10% (4)
  • C
    83% (34)
  • D
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice