Replies: 3 comments 2 replies
-
You're most likely running into the breaking changes listed here https://docs.orchardcore.net/en/latest/docs/releases/1.5.0/#yessql-breaking-changes |
Beta Was this translation helpful? Give feedback.
0 replies
-
Exactly, the SQL Server connection is now secured, you can ignore it by using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions