For some reason the connection string in umbraco web.config file is
found under the appSettings tag, I would like to move it to his normal
place under the connectionStrings tag, I want to apply appsetting in umbraco Webconflig
but when i copy below code in umbraco webcocnflig its return error
Want to modify webconflig of umbraco
Hello friends,
For some reason the connection string in umbraco web.config file is found under the appSettings tag, I would like to move it to his normal place under the connectionStrings tag, I want to apply appsetting in umbraco Webconflig
but when i copy below code in umbraco webcocnflig its return error
<add key="umbracoConnection" value="Data Source=User\SQLEXPRESS;Initial Catalog=umbraco;User ID=sa;Password=***" ></add>
If you upgrade to Umbraco v6 this is done automatically for you during the update process.
Jeroen
is working on a reply...