You are using SharePoint 2010 to develop multiple Internet sites. You have the following
requirements: ·Create a user registration page for each site. .Use the logic found in a
custom control named UserRegistration.ascx. You need to provide a solution that will allow
each site to have a custom user registration page with HTML editing capability. Which
approach should you recommend?
A.
Create a page based on a page layout that references UserRegistration.ascx and
includes an HTML editing field.
B.
Create a page that references UserRegistration.ascx and includes an HTML editing field.
C.
Create an application page deployed to the _layouts directory that references
UserRegistration.ascx and includes an HTML editing field.
D.
Create an application page deployed to the Pages library that references
UserRegistration.ascx and includes an HTML editing field.