I'm trying to connect a database from SQL Server 2012 Express to Webmatrix. However, I am always getting login errors. When I try Windows Authentication, I get this error
"Cannot open database "database name" requested by the login. The login failed. Login failed for user 'firstlast\first last'."
I tried right clicking on security in Express, and creating a new SQL Login, but when I use those credentials, I get this error
"Login failed for user 'name'."
When I set up a new connection in Webmatrix, I let the server be .\SQLEXPRESS for both
Can someone help me out? Thanks