0
system15 created
Hi,
I am currently trying to use "load an entity" with ASP.NET Zero powertools but it is not accepting my connection string.
Please can someone inform me the correct format to use with this?
At the moment I am using it from my appsettings.json, eg. "Server=S15PC-04\SQLEXPRESS; Database=DemoNg5Db; Trusted_Connection=True;"
Thanks!
4 Answer(s)
-
0
What exactly is the error message?
-
0
"Keyword not supported" with whatever is first. I've tried numerous different options.
-
0
@System15, could you share the full stack trace ?
-
0
use it like the below :
Server=S15PC-04\SQLEXPRESS; Database=DemoNg5Db; Trusted_Connection=True;
Remove the extra ""