Login failed for user '*****'.

Discussion in 'Site Programming, Development and Design' started by nyveggie, Feb 18, 2014.

  1. I can login fine using my Winhost supplied Database User running my app from my local VS2012 while pointing to our Winhost database. When I publish I get "Login failed...". I am using the following connection string (also supplied by Winhost): "Data Source=tcp:s10.Winhost.com;Initial Catalog=DB_71585_demobottling;User ID=DB_71585_demobottling_user;Password=******;Integrated Security=False;".

    What could be going wrong?
     
    Last edited by a moderator: Oct 14, 2015
  2. Elshadriel

    Elshadriel Winhost Staff

    What's the full error message you're getting? And make sure you are supplying the actual password, not ******.
     
  3. Actually I have solved this by removing tcp: from the connection string that I got from you folks.
     

Share This Page