I'm currently building a CMS system, and I need to have an easy way include or exclude components.
My first think was to use asp.net mvc area feature, to identified each component on itself.
But from what I see, the area feature has problems, so maybe it not that good idea.
What you guys think? What ways we have in asp.net mvc achieve this behavior?