I have a DNN 3.2.2 application working well. (developed in VS 2003, SQL Server 2005)
When I transferred this application to another computer, I got this error.
DotNetNuke Upgrade Error
The Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] )
ERROR: Could not connect to database.
SQL Server does not exist or access denied.
or I will get the other VS screen which say 'SQL Server does not exist or access denied.'
I have set almost all settings as per the previous computer, but I don't know what has gone wrong. I have gone through the forums threads, similar to my problem, but I couldn't sort out the error.
This is the web.config string that I have used in both the computers...since Server=local, I think it would be enough & there is no need to change it......
<
add key="SiteSqlServer" value="Server=(local);Database=CMSDemo;uid=sa;pwd=password;" />
Please do suggest something that I can try out.....any suggestions will be greatly appreciated ....
Thanking you in advance..
Praveen