You are designing a SharePoint 2010 application. You have a requirement to allow access to a Microsoft
Windows .NET Framework assembly across multiple Web applications in a farm. An assembly element has been
added to the solution manifest (manifest.xml).
You need to ensure that the deployment of the assembly meets the requirements.
Which approach should you recommend?
A.
Specify a Deployment Target of GlobalAssemblyCache.
B.
Specify a Deployment Target of Web Application.
C.
Specify a Location of GlobalAssemblyCache.
D.
Specify a Location of Web Application.
The preferred target of deployment of the assembly. The assembly is copied to the target specified by the DeploymentTarget attribute (for a Web application) or the global assembly cache (for a server farm).
Possible values:
GlobalAssemblyCache: If the assembly is a farm feature, it is copied to the global assembly cache.
WebApplication: If the assembly is a Web application feature, it is copied to the virtual server bin directory.