I am currently configuring a new Orchard site. I’d like to point the connectionstring to our development SQL database, but there is no option to do this. Well, I say that, but I don’t have an Orchard database in the first place to populate on the development server. How do I create the Orchard database in the first place so that the developers can point to that instance?
I am currently configuring a new Orchard site. I’d like to point the connectionstring
Share
I have managed to figure this out. I had to create an empty database and assign a user to that database. Then, using the Orchard Setup, I was able to point the connection string to the new development database and this created all of the necessary tables.