You are designing a SharePoint 2010 application to manage projects. The application has the following
requirements:
Users must have access to the CreateProject.aspx page.
.All changes to the CreateProject.aspx page must be reflected on all project sites.
You need to design a page that can be accessed from each project site.
Which approach should you recommend?
A.
Create a master page and deploy it to the _layouts directory.
B.
Create a master page and deploy it to the _master pages directory.
C.
Create an application page and deploy it to the _layouts directory.
D.
Create an application page and deploy it to the Pages library.
“can be accessed from each project site/changes […] must be reflected on all project sites” : _layouts folder
Application page : http://msdn.microsoft.com/en-us/library/ee231581%28v=vs.100%29.aspx
Application pages are shared across all sites on the server, whereas a site page is specific to one site. Application pages cannot be deployed at Pages Library.