READ Free Dumps For Microsoft- 70-576
Question ID 10216 | 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? |
Option A | Add a DwpFile element and an Assembly element specifying a Deployment Target of GlobalAssemblyCache |
Option B | Add a DwpFile element and an Assembly element specifying a Deployment Target of Web Application. |
Option C | Add a Safe Control element within an Assembly element specifying a Deployment Target of GlobalAssemblyCache |
Option D | Add a Safe Control element within an Assembly element specifying a Deployment Target of Web Application |
Correct Answer | C |
Question ID 10218 | You are planning an upgrade to a SharePoint 2010 site that contains a feature named MyOriginalCapability. The MyOriginalCapability feature has a version number of 1.0.0.0 but the feature is not yet activated. The new feature is named MyEnhancedCapability and depends on the capabilities of the feature MyOriginalCapability. Your plan must include activation of the MyOriginalCapability feature. You need to plan the deployment of the new feature. What should your plan for the upgrade include? |
Option A | Incrementing the Version attribute of the MyOriginalCapability feature from 1.0.0.0 to 2.0.0.0 |
Option B | Incrementing the Version attribute of the MyOriginalCapability and MyEnhancedCapability features from 1.0.0.0 to 2.0.0.0 |
Option C | An Activation Dependency element and Upgrade Actions element in the MyEnhancedCapability feature that references the MyOriginalCapability feature |
Option D | An Activation Dependency element and Upgrade Actions element in the MyOriginalCapability feature that references the MyEnhancedCapability feature |
Correct Answer | C |