Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Membership system in ASP.net

I'm going to use the membership system in ASP.net, but need to change it in 2 ways. The database which stores the users is Access, and I want to salt the password(etc) plus ask the user to enter details like links to their facebook pages etc which are stored in the database.

So how do I use access with the system?

And how can I change/add fields which are stored in the database (i know how to create them in the database btw, just how I get the membership system to ask for it and store it)

(I could make my own registration/user login system, except I don't know how to restrict access to pages, so how could I go about this?)

Links to tutorials/references would be great

like image 937
Jonathan. Avatar asked Nov 20 '25 09:11

Jonathan.


2 Answers

And another on how to write a custom membership provider for the Access Database.

like image 74
Chris Avatar answered Nov 22 '25 00:11

Chris


1) Use SQL Server Express edition. It's free, it's good, it works out of the box.
2) Check out the Profile providers for personalisation. http://msdn.microsoft.com/en-us/library/2y3fs9xs.aspx

like image 42
Adam Pope Avatar answered Nov 22 '25 00:11

Adam Pope



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!