#Setup Create a new website in IIS with the following bindings:
local.alloy.com local2.alloy.com local3.alloy.com
Add host entry lines for above bindings for 127.0.0.1 in the following file:
C:\Windows\System32\drivers\etc\hosts
Setup SQL Express 2014 with the database, EPiServerDB_bf213514.mdf, located in the App_Data folder, and update the connection string.
or
Follow instructions here to use LocalDb for IIS.
- Business/SelectionFactories/LayoutSelector.cs - creates dropdown of folders in ~/Views/Shared/Layouts
- Views/_viewstart.cshtml - gets values of SiteLayout from start page type and adds to path.
- Models/Pages/StartPage.cs - has property using LayoutSelector to allow single layout selection.