J
jgeisler
Hi,
I'm building my first web service, and I'm having trouble getting into
my local database with the following connectionstring:
Dim myConnection As New SqlConnection("Persist Security Info" & _
"=False;Data Source=Green15;Initial
Catalog=Green15\ZipCode;" & _
"Integrated Security=True;")
The error that I receive is the following:
System.Data.SqlClient.SqlException: Cannot open database
"Green15\ZipCode" requested by the login. The login failed.
Login failed for user 'GREEN15\jgeisler'.
That is the login that I use to connect to that server from SQL Server
Management Studio, and I've definitely added the user
'GREEN15\jgeisler' to the list of SQL Server Users, but still get this
error.
Any help would be appreciated...
John
I'm building my first web service, and I'm having trouble getting into
my local database with the following connectionstring:
Dim myConnection As New SqlConnection("Persist Security Info" & _
"=False;Data Source=Green15;Initial
Catalog=Green15\ZipCode;" & _
"Integrated Security=True;")
The error that I receive is the following:
System.Data.SqlClient.SqlException: Cannot open database
"Green15\ZipCode" requested by the login. The login failed.
Login failed for user 'GREEN15\jgeisler'.
That is the login that I use to connect to that server from SQL Server
Management Studio, and I've definitely added the user
'GREEN15\jgeisler' to the list of SQL Server Users, but still get this
error.
Any help would be appreciated...
John