I have an application which has build on asp.net webforms. current umbraco version it is built is 7.5.3. We have a requirement to upgrade umbraco version from 7.5.3 to 7.14.0 or above.
I need to know whether webforms application need to be converted to MVC application considering umbraco upgrade ? or do we have any option to upgrade umbraco version without converting application to mvc?
I came access blogs which states webforms is supported till umbraco version 7.5.14 . From version 7.6.0 it supports MVC and the application need to be rebuild on MVC.
Iam a new bee for umbraco. Can you please guide me the best approach.
I don't believe that Umbraco 8 does support web forms any more. It's been removed completely. Umbraco 7 supported both WebForms and MVC with MVC being the recommended approach.
I would recommend re-writing webforms applications into MVC personally :-)
Does umbraco 8 supports webforms
Hi All,
I have an application which has build on asp.net webforms. current umbraco version it is built is 7.5.3. We have a requirement to upgrade umbraco version from 7.5.3 to 7.14.0 or above.
I need to know whether webforms application need to be converted to MVC application considering umbraco upgrade ? or do we have any option to upgrade umbraco version without converting application to mvc?
I came access blogs which states webforms is supported till umbraco version 7.5.14 . From version 7.6.0 it supports MVC and the application need to be rebuild on MVC.
Iam a new bee for umbraco. Can you please guide me the best approach.
Thanks.
Hey Pradheep,
I don't believe that Umbraco 8 does support web forms any more. It's been removed completely. Umbraco 7 supported both WebForms and MVC with MVC being the recommended approach.
I would recommend re-writing webforms applications into MVC personally :-)
Nik
Hi Nik,
Thanks for your input.
Even in version 7x , I believe it supports web forms till version 7.5.14. From version 7.6.0 , web forms are not compatible.
is working on a reply...