Valid 70-488 Dumps shared by ExamDiscuss.com for Helping Passing 70-488 Exam! ExamDiscuss.com now offer the newest 70-488 exam dumps, the ExamDiscuss.com 70-488 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-488 dumps with Test Engine here:
A company has a SharePoint farm that has the following configuration: SPWFE1 and SPWFE2 are configured as front-end web servers. SPAPP1 and SPAPP2 are configured as application servers. New servers will be added to the farm. You implement a solution that contains a custom navigation provider. You need to register a custom navigation provider by using the least amount of administrative effort. What should you do?
Correct Answer: D
Explanation/Reference: In Microsoft SharePoint Foundation, one way to modify web.config settings is to use the SPWebConfigModification class of the Microsoft.SharePoint.Administration namespace, which allows you to dynamically register entities. These modifications are persisted in the configuration database where they function as a kind of virtual web.config that effectively serves as the final layer of the .config file stack for the SharePoint Foundation web application. The changes become effective when the SPWebService.ApplyWebConfigModifications method is called. Reference: How to: Add and Remove Web.config Settings Programmatically