SQL Server Always on High Availability connection string

Hi ,
I had ASP.net Application connect with SQL server 2016. Now we upgrade SQL server to Always on High Availability. we had three Server 1) Witness 2) SQL-Cluster-1 3) SQL-Cluster-2
Now i want to connects to Databases What will connection string ?
For 2016 Server i used this string
Public ConnStr As String = "server=192.168.2.120;Database=EMPLS;UID=FNG_ADMIN;PWD=XXXXXX;Connect Timeout=0; pooling='true'; Max Pool Size=400"

thank you in advance

0 answers