sorry! let me try that again:
Hi
I hope you can help a novice get started.
I have got dotnetnuke 4.0.2 working fine on my machine and so uploaded it to my host.
I changed the conn strings and have been faced with the following error:
DotNetNuke Upgrade Error
The Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] )
ERROR: Could not connect to database.
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
My conn strings are:
< connectionStrings >
<! -- Connection String for SQL Server 2005 Express -- >
< add name ="SiteSqlServer" connectionString ="Data Source=c:\*****\database\Database.mdb;Integrated Security=True;User Instance=True;AttachDBFilename=c:\*****\database\Database.mdb;" providerName ="System.Data.SqlClient" />
< appSettings >
<! -- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules -- >
< add key ="SiteSqlServer" value ="Data Source=c:\*****\database\Database.mdb;Integrated Security=True;User Instance=True;AttachDBFilename=c:\*****\database\Database.mdb;" />
Please help…..THIS IS DRIVING ME INSANE!