Click here to hide categories Click here to show left categories

User: Home          welcome : Guest          Log In / Register here     




Umbraco error solution : Database connection initialisation failed

When we try to install Umbraco, can get following error "Database connection initialisation failed."

This error shows that Sql server is not connecting. If you have right credentials then just add those in Web.Config of Umbraco.

 <add key="umbracoDbDSN" value="server=ServerName;database=UmbracoDB;user id=sa;password=YourPassword" />

Enter value of umbracoDbDSN

Now Database will install successfully.

Share this article   |    Print    |    Article read by 4103 times
Author:
Rohit kakria
I am software developer, moderator of xpode.com
Related Articles: No related article
Related Interview Questions: No related interview question