What I have going on is a basic update query, that updates based on a unique id, and below is my connection string.
public static string masterConString = "SERVER=192.168.0.12;" +
"UID=;" +
"PASSWORD=;" +
"connectiontimeout = 240000;";
UID and password are correct.
However, I cannot figure out why I'm getting random connection timeout issues. I have about 8 open connections to the server.
System.TimeoutException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connect host failed to respond --->