How do you upgrade from DNN3 to DNN4?

Last post 01-17-2006 12:53 AM by MobileNow. 2 replies.

Sort Posts:

  • How do you upgrade from DNN3 to DNN4?

    01-16-2006, 11:02 AM
    • Contributor
      5,107 point Contributor
    • MobileNow
    • Member since 07-22-2004, 7:51 PM
    • Omaha, NE
    • Posts 1,019
    Right now I have a site that I'm wanting to upgrade to DNN4, however, its acting kinda funky.  I changed the ASP.NET version, copied DNN4 over the DNN3 install, and renamed the web.config to OLDWeb.config, renamed release.config to Web.config and then copied the ConnectionString stuff and MachineKey from OldWeb.config to Web.config.

    The first time I went to the site, it upgrade, however, whenever I try to go to the /Default.aspx it just redirects me to the install page and it says "nothing to install".

    Am I missing anything?
  • Re: How do you upgrade from DNN3 to DNN4?

    01-16-2006, 1:07 PM
    • Contributor
      4,620 point Contributor
    • IcthusTech
    • Member since 03-26-2004, 3:53 PM
    • Germantown, WI
    • Posts 924

    ad this to the appSettings section of the webconfig

    <add key="InstallationDate" value="todaysdate" />

    where todays date is really todays date. (I usually use yesterdays date)

    Icthus Technologies

    Building Faith on the Internet
  • Re: How do you upgrade from DNN3 to DNN4?

    01-17-2006, 12:53 AM
    • Contributor
      5,107 point Contributor
    • MobileNow
    • Member since 07-22-2004, 7:51 PM
    • Omaha, NE
    • Posts 1,019
    Thanks a ton.  That ended up fixing the problem.

    Why do we need to keep track of the install date though?
Page 1 of 1 (3 items)