Try our conversational search powered by Generative AI!

Support for configuring CMS Core with code

Fixed in

EPiServer.CMS.Core 11.3.0

(Or a related package)

Created

Nov 15, 2017

Updated

Jan 07, 2022

Area

CMS Core

State

Closed, Acceptance tests pass


Description

Support for starting CMS Core in an integration test scenario without requiring a web.config.
All common configuration settings can now be changed programmatically.
The mapping of configuration values from web.config to options classes is now done during individual module configuration rather than between the configuration and the initialization phase. This enables the use of option classes in combination with having some configuration in the web.config.