Reusing controllers in different web sites with asp.net mvc
Posted
by Alfredo Fernández
on Stack Overflow
See other posts from Stack Overflow
or by Alfredo Fernández
Published on 2009-08-03T10:50:43Z
Indexed on
2010/04/09
16:03 UTC
Read the original article
Hit count: 350
ASP.NET
|asp.net-mvc
Hello,
I'm creating a content management for a kind of Enterprises, lets say for example, pets shops.
Thats my projects structure:
PetShopModel
PetShopControllers
PetShopWeb1
PetShopWeb2
PetShopWeb3
The structure is that since each client would have different specifications.
Its that a good choice? or there are better solutions?
Thanks in advance and sorry about my english!
© Stack Overflow or respective owner