I am aware of implementations like dynamic menu creation based on roles or pages inheriting from different base pages. Web.config for different site sections.
I do not want to use the default asp.net membership table structure in the database. I want to use something less complex.
I am looking at a possibility that roles can come and go anytime without affecting pages too much. I am also looking for performance.