visual studio 2010 - Convert MVC 2 ASPX into MVC 4 Razor view engine -
i working on mvc 2 visual studio 2010 , view engine aspx kind of project.
so have decided move visual studio 2012 mvc 4 , view engine razor.
so achieve above task.if how ?
i hear experience similar kind of situation.
note : project large one.
create new mvc4 project in visual studio 2012 , add source files old solution new solution 1 @ time. moving mvc3 mvc4 easier new solution, have imagine going 2 -> 4 more complex try upgrade in-place.
conversion aspx razor should done manually. although there converters out there (like this one or code accepted answer in this question), wouldn't trust application pure automation.
also, convert 1 @ time. in other words, convert aspx -> razor or mvc2 -> mvc4 first , make sure works conversion. convert other 1 if run problems, don't have try figure out whether it's version upgrade or syntax upgrade caused problem.
Comments
Post a Comment