Hi,
We have a 2 node Actice/Active Cluster as described here:
SqlServer Instance 1 = MSSQLSERVER
SqlServer Instance 2 = Instance2
As we know when we want to connect to the second instance, our web.config files in Application Servers must be changed to something likeIP\Instance2 or DNS\Instance2 which is too difficult for us to do.
The question is that is there any other way to connect to the Active/Active cluster?