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)- A5% (2)
- B10% (4)
- C83% (34)
- D2% (1)
Community Discussion
No community discussion yet for this question.