Hi,

I can't seem to connect to my database.

Can someone please kindly help me out? Thanks alot...

Dim sqlConn As SqlConnection = New SqlConnection
Dim connStr As String = "Server=Lex;Database=xxxDB;Trusted_Connection=True;"

I'm not very sure about the server name part, how can I check it out? Or is there any problems with the connection string? Because I get the following error:

Login failed for user 'LEX\ASPNET'.