Friday, November 21, 2008
Username: Password: Register

 

 DNN Resources

Current Articles | Categories | Search | Syndication

Saturday, April 07, 2007
How to upgrade DNN to 4.41 or 4.5
By host @ 6:00 PM :: 2755 Views :: 10 Comments :: :: Tips, Knowledges
 

Simple check list to upgrade older version of DNN to DNN 4.41 or DNN 4.5

  1. Backup Database, Backup All Files (in case for recovery)
  2. Rename web.config -> oldweb.config
  3. Extract DNN4.5 installation files over current installation (overright if file exists)
  4. Delete web.config, Rename release.config -> web.config
  5. Open web.config and oldweb.config in Text Editor (VS2005 prefer)
  6. Copy "SiteSqlServer" line under <connectionStrings> from old to new
  7. Copy "SiteSqlServer" line under <appSettings> from old to new
  8. Copy "InstallationDate" line under <appSettings> from old to new
  9. Copy "machineKey" line under <system.web> from old to new
  10. Browser the web, it will automatically upgrade.
Rating
Comments
By Andrew Walman @ Tuesday, April 17, 2007 4:26 AM
Don't forget your object qualifier if you used one - otherwise the database upgrade will fail and you'll end up with a load of empty tables alongside the existing ones and think you've lost your sites!

By paulasp @ Tuesday, May 01, 2007 11:57 AM
I want to upgrade on my hosting.
It is sahred delux on Godaddy.com.Is any idea,how?

thanks

By swathi @ Wednesday, May 09, 2007 6:00 AM
Hi ,
Iam trying to upgarde my production database users(3.x) to DNN 4.3.7.i followed the same steps like
1)i took fresh installation of DNN 4.3.7
2)i take the backup of my production database ,restore it with new database and in web.config file i mention the connection string of the new database.
3)Replaced the <machine key validation key ,Decryption key with my production web.config machine key values.
4)when iam trying to login it is giving as Login Failed, remember that Passwords are case sensitive.

Help me..plzzzzzzzz

By AllDnnskins @ Friday, May 11, 2007 8:51 PM
Your procedure does not seems to be right. You have to use 4.3.7 installation files overwrite your current files. Change the configuration settings, then load the site. It will do an upgrade instead of new installation.

By links @ Sunday, May 20, 2007 7:45 AM