Profile Modification overwritten on DNN Upgrade?
Last Post 04/09/2008 7:10 PM by Joseph Craig. 1 Replies.
Author Messages
Mark Buelsing
Nuke Active Member
Nuke Active Member
Posts:32


--
04/09/2008 10:11 AM
    Hi Lee, in the "How to Manage Profile Properties in User Accounts" video series, you modified the "Profile.ascx" file. Do you need to back that up locally and then restore it to the host after every DNN Upgrade? How to you keep track of everything you have to do after a DNN upgrade?

    Thanks in advance. I love all your videos.
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    04/09/2008 7:10 PM
    Yes, absolutely. Any modifications to program files, including resource files, need to be backed up before an upgrade. Depending on the files that are modified, you may have to apply modifications to the new files after an upgrade, in the event that those files are altered.

    You should keep a record of those files modified. I usually copy the original file and append "-original" to the file name. After changing a file, I also back it up and add "-modified yyyymmdd" to the filename. Then I try to remember save copies of both the original and modified files, so that I can identify the modifications in the event that I have to do them to a slightly different version of the file.

    Since I ALWAYS make a backup before doing an upgrade, I at least get copies of everything before they get overwritten in the upgrade.

    Joe Craig, Patapsco Research Group
    Complete DNN Support


    ---