nerdexam
Microsoft

70-515 · Question #194

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

(36 responses)
  • A
    8% (3)
  • B
    3% (1)
  • C
    75% (27)
  • D
    14% (5)

Community Discussion

No community discussion yet for this question.

Full 70-515 Practice