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.
http://
http://
Contributed by:
Rohit kakria
I am software developer, moderator of xpode.com
Resourse address on xpode.com
http://www.xpode.com/Print.aspx?Articleid=608
Click here to go on website
|