I think that the issue is on the connection string, After your post I have done a test and the result is this:
Case 1: userId and password correct
Connectionstring = Data Source=.;Initial Catalog=Webbit;Integrated Security=false;MultipleActiveResultSets=true;Trusted_Connection=false; User Id=joinddns;Password=Redbox@10;
Error = A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No other processes at the other end of the pipe.)
Case 2: userId or password not correct
Connectionstring = System;Data Source=.;Initial Catalog=Webbit;Integrated Security=false;MultipleActiveResultSets=true;Trusted_Connection=false; User Id=joinddns;Password=Redbox@100
Error = Login failed for user 'joinddns'.