Another option would be to create a simple View Engine to do this. Take a look at this example that deals with a similar issue. The author of the post shows how to set up a new view engine to look for views in different folders http://www.coderjournal.com/2009/05/creating-your-first-mvc-viewengine/
CodeHobo
All-Star
18647 Points
2647 Posts
Re: Cleaning up my views - moving aspx/templates to other folders?
May 19, 2010 08:10 PM|LINK
Another option would be to create a simple View Engine to do this. Take a look at this example that deals with a similar issue. The author of the post shows how to set up a new view engine to look for views in different folders
http://www.coderjournal.com/2009/05/creating-your-first-mvc-viewengine/
Blog | Twitter : @Hattan