An application that was built in ASP (not dot-net) uses an Access database to store usernames and passwords. A new user could create a new "account" and it would be entered into the database, and be ready for the user to log in, without requiring an Admin to manually add their account to the "Users/Groups/Roles/etc".
Now, I'm using VWD 2005 Express on Windows Server 2003 R2 ...
I start a new Website, and setup a Default.Master page.
I setup LoginView and have Login, CreateUserWizard, PasswordRecovery, etc.
Looks pretty good. CTRL-F5'd it, created an Admin account, and went through the motions with it. Everything looks good.
One question, instead of having to manually setup usernames and passwords, how can I use the old Access database, instead of having to use the .Net configuration utility?
Does this make sense? Any help would be greatly appreciated!! :)
Thanks
Iyt makes perfect sense. You need to write a custom membership provider. See thisdevx article for some code and samples.
0 comments:
Post a Comment