Your company has an existing SharePoint 2010 public-facing Web site. The Web site runs
on multiple load-balanced Web front-ends. Your company recently changed its name. You
are asked to design a plan to update the Web site content to reflect the company name
change. You need to accomplish this with a minimum amount of developer hours and
minimum impact on users. Which approach should you recommend?
A.
Create a PowerShell script to iterate through the site content and make the updates as
needed.
B.
Create a custom delegate control with the new company name and copy it to the
\14\Config directory of all Web front-end servers. Perform an IISReset on each Web
front-end server.
C.
Create a custom application page with the new company name and copy it to the
_layouts directory of all Web front-end servers.
D.
Add a property in the web.config file to store the company name. Then update the master
pages and page layouts to return the name from that property.
Explanation: