I\'m working on an ASP.NET solution with 2 projects. One is the web interface and the other contains my business logic. I\'m using LINQ to SQL for my data access in the second project.
Being fairly new to the MVC Framework, I am trying to establish a custom Membership provider which can suppor开发者_JAVA技巧t the concept of Groups or departments.