Microsoft
70-515 · Question #194
70-515 Question #194: Real Exam Question with Answer & Explanation
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" %>
Community Discussion
No community discussion yet for this question.