hello i'm making a solution with visual basic.net 2005 using the sql server express 2005 that came in the visual studio 2005, i'm trying to use a sql database from the network, i have configured the server to receive remote conection using the tcp/ip protocol, i have granted all the acces to the user "copejunko" in the database and in the server configuration, but when i try to access the database from the client machi i have received this error message:
cannot open database 'copejunko_data' requested by the login. the login failed. login failed for user 'copejunko'
i have saw in the sql error log file and there is this error in all of the connections attempts
2007-06-11 15:17:46.40 Logon Error: 18456, Severity: 14, State: 16.
2007-06-11 15:17:46.40 Logon Login failed for user 'copejunko'. [CLIENT: 192.168.10.4]
somebody can help me with this ? thank you in advance.