SlotConfigNames.ConnectionStringNames Property

Definition

Optional. One or more string elements that list the name of the connection string setting that will not be moved durig site swap. For example, if slot named staging has connection UsersDatabase that points to staging test database, it shouldn't be moved when swapped with production slot but should take the current value from production.

public System.Collections.Generic.IList<string> ConnectionStringNames { get; set; }
member this.ConnectionStringNames : System.Collections.Generic.IList<string> with get, set
Public Property ConnectionStringNames As IList(Of String)

Property Value

Applies to