ASP.NET MVC: customized design per domain
- by Feryt
Hi.
I'm thinking about ASP.NET MVC 2 project which should display the same Domain Model(with different data) in different mark-up or page design(selected by url domain).
I'm not sure which one ot these to use :
set of views per unique domain + one default?
use areas?
any other idea?
How would you do that?
Thank you.