I have a DNN 7
I need to move my database from SQL Server 2008R2 to SQL Server 2008, because I can not make a backup and restore it on the new server due to downgrade version compatibility problems.
I decided to use the sql server export tool, the export process generated no errors
Then create a user with the same name and credentials that I had in the old server, so the only change i have to do in the web file was change server IP address.
I test the connection with that user in the sql server 2008 and everythings is OK!
My problem is that when I browse to the site, instead of showing me my site, I get the window to start a new installation ... the instalation whizard.
Why is that...if the DNN database was migrated?
So I reversed the ip address in the web.config file and the site in OK again.
forgetting something? Any recommendations?