You are designing a SharePoint 2010 application that will deploy a Web Part assembly. You
need to specify which element to add to the solution manifest (manifest.xml) to meet the
following requirements: ·The Web Part must retrieve data from an external database but
must not require a custom access policy. .The company’s security policies specify that all
SharePoint Web applications must run at minimal trust. Which approach should you
recommend?
A.
Add a DwpFile element and an Assembly element specifying a DeploymentTarget of
GlobalAssemblyCache.
B.
Add a DwpFile element and an Assembly element specifying a DeploymentTarget of
WebApplication.
C.
Add a SafeControl element within an Assembly element specifying a DeploymentTarget
of GlobalAssemblyCache.
D.
Add a SafeControl element within an Assembly element specifying a DeploymentTarget
of WebApplication.