Engines like MVC 3 RAZOR for MVC 2
I have read many posts on here regarding this issue; The answers of 'Why would you want to do that' and 'just upgrade'.
Here is a reason for why I cannot just upgrade.
Where I work we don't have IIS7 yet. .NET 4.0 needs IIS7 and MVC 3 needs .net 4.0.
I creating a new applicaiton in MVC2 and would liek to know if there are solid engines that are like RAZOR?
(Please don't leave comments that ask questions like the on开发者_如何转开发es above).
Please look at Spark View Engine
Spark is a view engine for Asp.Net Mvc and Castle Project MonoRail frameworks. The idea is to allow the html to dominate the flow and the code to fit seamlessly.
You can also look at MVC engines comparison
精彩评论