You are designing a SharePoint 2010 application. You need to plan the deployment of a
user control named MyControlTemplate.ascx as a control template. What should be added
to the solution manifest (manifest.xml) to achieve this goal?
A.
Add a RootFile element, specifying a Location of
ControlTemplates\MyControlTemplate.ascx.
B.
Add a RootFile element, specifying a Location of MyControlTemplate.ascx.
C.
Add a TemplateFile element, specifying a Location of
ControlTemplates\MyControlTemplate.ascx.
D.
Add a TemplateFile element, specifying a Location of MyControlTemplate.ascx.