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)- A8% (3)
- B3% (1)
- C75% (27)
- D14% (5)
Community Discussion
No community discussion yet for this question.