Setting up an Area (.NET)
SDL Digital Experience Accelerator uses the concept of Areas to separate different bits of code and functionality: there is a separate area for Core functionality and an area for each Module (add-ons to the Core). You can find these areas in the Areas folder in the root of your Web application. When you add custom functionality, create your own Areas to separate the functionality from Core and Module functionality.
About this task
An example of a module is GoogleAnalytics. Shared items are located in the Views Folder, for example the main layout used by all page views: Views/Shared/_Layout.cshtml.
Views are located in the Views folder, which has separate subfolders for each controller, and a Shared folder for shared views.
Procedure
Results
SpecialOffer area.