R
Robin9876
In an ASP.Net V2 application that has the connection string as
"Data Source=MySQLClusterInstance; Initial Catalog=myDB; User
ID=aUser; Password=aPassword; Persist Security Info=True;"
Then when the SQL cluster is failed over and is running on another
node the following error is displayed in the web page.
A transport-level error has occurred when sending the request to the
server. (provider: TCP Provider, error: 0 - An existing connection was
forcibly closed by the remote host.)
If the web page is closed and then reopened it works on the connection
to the failed over node.
What is required to change to allow the .Net application to work when
the SQL Cluster is failed over to another SQL Node?
"Data Source=MySQLClusterInstance; Initial Catalog=myDB; User
ID=aUser; Password=aPassword; Persist Security Info=True;"
Then when the SQL cluster is failed over and is running on another
node the following error is displayed in the web page.
A transport-level error has occurred when sending the request to the
server. (provider: TCP Provider, error: 0 - An existing connection was
forcibly closed by the remote host.)
If the web page is closed and then reopened it works on the connection
to the failed over node.
What is required to change to allow the .Net application to work when
the SQL Cluster is failed over to another SQL Node?