Copied to clipboard

Flag this post as spam?

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


  • Tarunjit 103 posts 146 karma points
    Jul 09, 2014 @ 13:45
    Tarunjit
    0

    Umbraco 7.1.4 Download

    I have no prior experience in MVC, so i need the umbroco which works with web forms based development. Can any one please tell me the url form where i could download the source code of umbraco which is developed using web forms based development technique and not using MVC? I have downlaoded the source code from the url "https://github.com/umbraco/Umbraco-CMS/releases/tag/release-7.1.4" (filename="Source Code zip), but it upports MVC based development model.

    Also i have downloaded the build for Umbroco 7.1.4 which i have deployed at my IIS local.I have downlaoded this build from url "http://our.umbraco.org/contribute/releases/714" (filename =UmbracoCms.7.1.4.zip).This build also supports MVC based model. Can any one please let me know the url of Umbaco build which is based on web form based development model?

    Note:- Just for your information by web form based development model i mean classic ASP.Net development technique which don't MVC, i.e. which uses simple .ascx, .aspx.

     

     

     

  • Desley 44 posts 169 karma points
    Jul 09, 2014 @ 13:53
    Desley
    0

    Umbraco 7 has completely switched to MVC. If you want to use web forms you will have to use an outdated version of Umbraco. You can find all versions here: http://our.umbraco.org/download

    I might be wrong on this one but I believe Umbraco 4 uses web forms and Umbraco 6 a combination of the two.

    Here is an article you might find interesting: http://umbraco.com/follow-us/blog-archive/2013/7/14/moving-from-webforms-to-mvc.aspx

  • [email protected] 408 posts 2137 karma points MVP 8x c-trib
    Jul 09, 2014 @ 15:22
    jeffrey@umarketingsuite.com
    1

    Hi Tarunjit and Desley,

    I´m pretty sure you can still use WebForms in Umbraco 7. It now only defaults to MVC instead of WebForms, like it did in the previous versions.

    You can change this in the file /config/umbracoSettings.config. Just look for the line

        <!-- To switch the default rendering engine to MVC, change this value from WebForms to Mvc -->
        <defaultRenderingEngine>Mvc</defaultRenderingEngine>

    and change Mvc to WebForms.

    Good luck!

    Jeffrey

Please Sign in or register to post replies

Write your reply to:

Draft