ASP.NET MVC - Alternative to Role Provider?
        Posted  
        
            by 
                ebb
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ebb
        
        
        
        Published on 2011-01-29T13:26:22Z
        Indexed on 
            2011/01/29
            15:26 UTC
        
        
        Read the original article
        Hit count: 368
        
Hey there,
I'm trying to avoid the use of the Role Provider and Membership Provider since its way too clumsy in my opinion, and therefore I'm trying to making my own "version" which is less clumsy and more manageable/flexible. Now is my question.. is there an alternative to the Role Provider which is decent? (I know that I can do custom Role provier, membership provider etc.)
By more manageable/flexible I mean that I'm limited to use the Roles static class and not implement directly into my service layer which interact with the database context, instead I'm bound to use the Roles static class which has its own database context etc, also the table names is awful..
Thanks in advance.
© Stack Overflow or respective owner