This actually worked before but now, not.
string sqlConnString ="Server=server1;Database=Production;Trusted_Connection=true;User ID=User;Password=pwd";
try {
conn = new SqlConnection(sqlConnString );
And I get the exception. (I know the connection string should be in app.config but that didn't work, either.)