Trouble pointing to a new SQL database in Web.config ... found several examples ... none work
I could definitely use some help here ... I have a new database set up in SQLExpress, but I haven't found a correct connectionString that works to connect it with my Umbraco site (which is still in Visual Studio 2015 at the moment). So far, all of the examples I found throw an error.
OK ... found a "creative" way around the problem ... just installed another instance of umbraco using a locally hosted SQL database ... and ... problem solved.
*It's important to note that you need to change a few permissions (SELECT specifically) in the database as well as rebuild your solution prior to achieving a successful build. Otherwise you'll see an install or upgrade screen when you try to build ... or it'll throw the error [object Object] *
Here's what I used (taken straight from the other umbraco instance):
Trouble pointing to a new SQL database in Web.config ... found several examples ... none work
I could definitely use some help here ... I have a new database set up in SQLExpress, but I haven't found a correct connectionString that works to connect it with my Umbraco site (which is still in Visual Studio 2015 at the moment). So far, all of the examples I found throw an error.
I'm trying to connect to an SQLExpress database that's hosted locally. Is the above connectionString structure correct ...?
My current connection string is currently pointing to an Umbraco.sdf (SQL Compact) using this string:
Any help resolving this would be greatly appreciated.
OK ... found a "creative" way around the problem ... just installed another instance of umbraco using a locally hosted SQL database ... and ... problem solved.
*It's important to note that you need to change a few permissions (SELECT specifically) in the database as well as rebuild your solution prior to achieving a successful build. Otherwise you'll see an install or upgrade screen when you try to build ... or it'll throw the error
[object Object]
*Here's what I used (taken straight from the other umbraco instance):
is working on a reply...