I am ramping up on a new project with asp.net 2.0. I started designing the security system then realized that microsoft has built all of these login user controls for 2.0. I started diging around and experimenting with them some. I now have a very simple working web security system. Everything is actually pretty cool, but I can tell where this is going. From years of microsoft experience I am guessing that as soon as I want to do something outside of their default functionallity I am going to be better off writing this whole thing from scratch. The user system I am building is going to have to have alot more information than just login, password, and secret. I am going to want to be able to return more detailed messages to the user other than just you weren't able to login. Am I going to be able to easily tie these controls into my own database schema (right now I let the app create its sql express database in the app_data dir)? If so, are there any good tutorials out there on how to fully customize the createuserwizard control? Can I import the sqlexpress file into an enterprise sql server and then modify the schema of the user table? Has anyone in here gone down this road and had success? Basiclly I am asking for your opinion on wether or not these controls are worth using in a complex custom solution?
Thanks in advance for any help,
Bryan
Thanks in advance for any help,
Bryan