For example, I would like to construct my connection string to utilize failover/load balancing of a clustered database
Code: Select all
<connectionStrings>
  <add name="MySqlServices" 
     connectionString="server=192.168.1.1,192.168.1.2,192.168.1.3; Database=pri;
     User ID=***; Password=***;" />
</connectionStrings>