0
paulg created
3 Answer(s)
-
0
Hi @paulg
Does it work if you don't use SQLEXPRESS ? By the way, you should use a different database than AspNet Zero's database.
-
0
Hi @paulg,
I get the same error with a trusted connection. Try to use a connection string with a valid SQL Server user:
Data Source=DB_INSTANCE;Initial Catalog=DB_NAME;User ID=DB_USER;Password=DB_PWD
-
0
Hi @paulg
Please reopen the issue if you haven't solve the problem yet.