SynchConnectionStringStep - Step that synchs connection string between DotNetNuke.Install.Config and Web.Config The connection information stored in DotNetNuke.Install.Config takes precendence (if present) Synchornization only happens when settings are different

Namespace: DotNetNuke.Services.Upgrade.InternalController.Steps
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class SynchConnectionStringStep : BaseInstallationStep
Visual Basic
Public Class SynchConnectionStringStep
	Inherits BaseInstallationStep

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Services.Upgrade.Internals.Steps..::..BaseInstallationStep
    DotNetNuke.Services.Upgrade.InternalController.Steps..::..SynchConnectionStringStep

See Also