You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create my first demo, when I choose the database to sqlite, everything is ok. but when I tried to choose SQL Server, what every kind of connection string was inputed, it always show me exception:
The provided connection string is invalid or server is unreachable.
my connection string is:
Persist Security Info=False;User ID=sa;Password=Password01!@#4;Initial Catalog=TestDB1;Data Source=DESKTOP-8AVVAJV\TESTDB
the interesting thing is: this connection string was testing success when I use another ASP.net Core with EF Core framework.
Describe the bug
when I follow this document:
https://docs.orchardcore.net/en/latest/docs/getting-started/
create my first demo, when I choose the database to sqlite, everything is ok. but when I tried to choose SQL Server, what every kind of connection string was inputed, it always show me exception:
The provided connection string is invalid or server is unreachable.
my connection string is:
Persist Security Info=False;User ID=sa;Password=Password01!@#4;Initial Catalog=TestDB1;Data Source=DESKTOP-8AVVAJV\TESTDB
the interesting thing is: this connection string was testing success when I use another ASP.net Core with EF Core framework.
To Reproduce
Steps to reproduce the behavior:
please Note: I already create the database which I point out in Connection String.
the Orchard Core version is 1.5.0.
would you help take a look?
thanks
The text was updated successfully, but these errors were encountered: