Microsoft Exam Questions

You need to ensure that the page can access these types

You’re developing an ASP web page. the pages requires access to types that are defined in an assembly
named Contoso.businessobjects.dll.
You need to ensure that the page can access these types.

A.
<%@ assembly ID= “Contoso.bussinessobjects” %>

B.
<%@ assembly target name= “Contoso.bussinessobjects” %>

C.
<%@ assembly name= “Contoso.bussinessobjects” %>

D.
<%@ assenbly Virtual Path= “Contoso.bussinessobjects” %>