-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when I try to "Configure" a new Orchard OSOCE Web App with Sql Server in localhost (OSOE-788) #130
Comments
I also made this little Console App to check if it was able to connect, and it works.
|
Thanks to this issue, I discovered that adding So the working connection string looks like: I suggest changing the example in the description to include |
@MarGraz That is actually coming from Orchard Core itself and not from |
Yeah, this is coming from Orchard Core, but it would be indeed useful to document (though using |
Thanks! |
Hi,
I successfully configured a new Orchard (OSOCE) web app using the SQLite database.
Now, I cloned the OSOCE repository again into a new folder, to use a new and empty database in my local SQL Server, and in the configuration, I used this connection string:
Server=localhost;Database=OrchardCoreLearningPath;User Id=ImALocalhostAdmin;Password={alphanumeric-passw}
but I always get the error:"The provided connection string is invalid or the server is unreachable."
I'm able to connect to my database using SQL Server Management Studio and "localhost", I'm not using SQL Express, my user has rights to manage the database, and I'm using the standard port.
Because I started the web app with
Ctrl
+F5
, to run the first time site configuration, I doesn't have any log in my Visual Studio Output window.I don't understand what I'm doing wrong.
Thank you
Jira issue
The text was updated successfully, but these errors were encountered: