System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
- by coffeeaddict
We have 2 identical database tables on our dev server. In both is a table that holds an X509Certificate2 data in one of its fields.
When I grab the cert along with the password that I've been using all along, it works over the first database just fine. I run the same code though over the 2nd database and get this error and I don't get why if the…