Sitecore 10 .NET Developer Certification — Question 13
You are setting up a Sitecore instance without the use of SXA and want to accommodate three public-facing websites. Where would you map the correct Home item to its corresponding hostname?
Answer options
- A. In the /system/settings section of the Master database
- B. In the Sitecore Core database's settings file
- C. In the Internet Information Services website definition settings
- D. In a config patch file located in the/App_Config/Include folder
Correct answer: D
Explanation
The correct answer is D because mapping the Home item to hostnames is typically done in a config patch file to ensure Sitecore recognizes the associations during startup. Options A and B are incorrect as they do not handle hostname mappings, and C is not related to Sitecore's item structure.