Possible Duplicate:
How to use multiple view engines in ASP.NET MVC application
I am combining two mvc apps, one using razor and one using web forms view engine. How do I make the ViewEngine select first one view engine and then the other if a match fails?