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: 341
asp.net-mvc
|design
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.
© Stack Overflow or respective owner