Hey, I need some good links references for Form Based Authentication in WSS 3.0. and the next thing i want to know is that possible to do Form based authentication with my own database ?
thanks
SAAD TAHIR
|
Hey, I need some good links references for Form Based Authentication in WSS 3.0. and the next thing i want to know is that possible to do Form based authentication with my own database ? thanks SAAD TAHIR |
|||
|
|
|
Here you go, Three fantastic FBA articles on MSDN for SharePoint. |
|||
|
|
|
Yes, you definitely can do FBA with your own database. You either have to use the SQLMembershipProvider that Microsoft provides (if you don't have your own database set up yet), or you can create your own Membership Provider if you already have a database that you want to hook into. You have to implement several functions (login, createuser, etc.) which have to know how to connect to your database. See http://www.google.com/search?q=membershipprovider for more information. You can do the same with the Role Provider and Profile provider if you want. |
|||||
|