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.
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.
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.
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
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
and change Mvc to WebForms.
Good luck!
Jeffrey
is working on a reply...