Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Connie DeCinko 931 posts 1160 karma points
    Dec 28, 2016 @ 15:25
    Connie DeCinko
    0

    Upgrade Path and Custom Controls

    We currently are running Umbraco 6.x with lots and lots of XSLT controls with MasterPages for our main templates. I need to come up with an upgrade strategy to get us up to version 7.x in the coming year.

    Can we use our existing XSLT controls after converting our MasterPages to MVC views? I assume I should work on getting our site on MVC before upgrading to 7. Is there a difference between script file and MVC Partial View other than where the files are stored?

    Any other recommendations other than rewriting the entire website from scratch?

  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    Dec 29, 2016 @ 11:34
    Dave Woestenborghs
    0

    Hi Connie,

    You can still use XSLT macro's even when you are using MVC views. But your Master pages will also still work in V7.

    Biggest challenge you will have is that custom V6 property editors will not work anymore in V7. This is because the tech to write custom property editors has changed from .NET usercontrols/webcontrols to angular views and controllers.

    Why do you want to do the upgrade ?

    Dave

Please Sign in or register to post replies

Write your reply to:

Draft