I want to know that is there any way to implement Security using CSLA in ASP.NET 2 Membership tables. I mean to say that I am using ASP.NET membership tables to create, update and delete users and roles but in these tables there are some fields missing like First Name, Last Name, Title, Department etc. So i am using these fields by creating a Profile Provider in web.config file. Thats why i m using CSLA only when loading the data from the tables but for these fields i am not using the CSLA please send me thoroughly how i can implement CSLA in this scenario.
Copyright (c) Marimer LLC