ASP.NET MVC: customized design per domain

Posted by Feryt on Stack Overflow See other posts from Stack Overflow or by Feryt
Published on 2010-04-20T08:44:47Z Indexed on 2010/04/20 9:23 UTC
Read the original article Hit count: 324

Filed under:
|

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 :

  1. set of views per unique domain + one default?
  2. use areas?
  3. any other idea?

How would you do that? Thank you.

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about design