Author: BitShift | Posted on: 9/23/2008 12:28:58 PM | Views : 1156

Im looking to start a new project that will be fairly large in scope and im starting with the authentication/authorization aspects. I want to enable role based permissions for things like creating blogs, uploading files etc.  Im somewhat familiar with the MembershipProvider, as it applies its schema to an existing database with a command line util.  After running this tool, you get a set of sql tables and (i think) stored procedures added to your database which help manage the membership features.  In another post, I found out about the Table Profile Provider (see this msdn magazine article ), which looks like a better approach since it exposes the profile information for other queries to get at, etc. 
Now for my questions:
-  In the past, I seem to remember running into the problem that if you decided to not use the "requiresQuestionAndAnswer" setting, then lat ...

Go to the complete details ...