Try our conversational search powered by Generative AI!

Enum RestartMode

Defines how the application should be restarted

Namespace: EPiServer.Framework.Configuration
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7
Syntax
public enum RestartMode

Fields

Name Description
AllApplications

Touch configuration file/web.config to trigger a restart even though a configuration source is being used

None

Just saves configuration, restart might be triggered by the runtime depending on configuration source restart on external changes setting

ThisApplicationOnly

Force a restart by unloading the current appdomain

Extension Methods