Hi
I am installing DNN 6.xx for the first time on a server I created the database and set the permissions by raising a ticket however when I run the install scrip this is the error message I get - any ideas what I have wrong ??
Installing DotNetNuke
Upgrade Error: ERROR: Could not connect to database specified in connectionString for SqlDataProvider
This is my web.config with DB, UID and PWD changed for this post
It is running on a sql 2005 server
<connectionStrings>
<!-- Connection String for SQL Server 2005/2008 Express -->
<add name="SiteSqlServer" connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|dbin f.mdf;" providerName="System.Data.SqlClient" />
<!-- Connection String for SQL Server 2005/2008
<add name="SiteSqlServer" connectionString="Server=(local);Database=DotNetNu ke;uid=citizen;pwd=key;" providerName="System.Data.SqlClient" />
-->
</connectionStrings>
<appSettings>
<!-- Connection String for SQL Server 2005/2008 Express - kept for backwards compatability - legacy modules -->
<add key="SiteSqlServer" value="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|dbin f.mdf;" />
<!-- Connection String for SQL Server 2005/2008 - kept for backwards compatability - legacy modules
<add key="SiteSqlServer" value="Server=(local);Database=DotNetNuke;;uid=cit izen;pwd=key;"/>