Umbraco Cannot Start After Switching To Local Sql Database
I am trying to switch my SQL database from one on server to local replica of another one. In my SQL Server Manager studio I've created and restored DB from DB bak file and fixed us
Solution 1:
so in my case what helped was replacing server=localhost;database=... in connection string with server=.\;database=... - it started to work right away.
Post a Comment for "Umbraco Cannot Start After Switching To Local Sql Database"