I set up a site in Orchard CMS. While choosing data storage settings I chose
Use an existing SQL Server(or SQL Express) database
Instead of
Use built-in data storage(SQL Server compact)
It has worked fine for me but I am wondering where to change the data source that is the database server name. I didn't find the connection string settings in web.config
file.
settings.txt
is honored: github.com/OrchardCMS/Orchard/issues/4224 ("The connection string is dynamically generated and therefore doesn't use the settings.txt information so the Max Database Size is defaulting to 256 and cannot be increased.") – Clathrate