Membership provider to use or not to use?????

Posted by Shekhar_Pro on Stack Overflow See other posts from Stack Overflow or by Shekhar_Pro
Published on 2011-01-02T05:33:41Z Indexed on 2011/01/02 5:53 UTC
Read the original article Hit count: 124

Filed under:
|
|
|
|

Hi every one , Wish u all a Happy New Year.

I am developing a website that uses facebook. Now for managing user i thought Using membrship provider. and choose'd to develop a Custom membership provider. Now my problem is that My data base schema dosn't match the Standred membership schema and the functions provided to Override take different argument than i expect. Like membership uses username as a username to log in. But i haev to use User email ID as the user name, also its searching functions is based on using Username as way to serach but i want it to search by UserID. Same Goes for User insertion, deletion, Updation..

please help me ....

Edit

Its just an idea, Would it be feasible to forcefully pass my values in the arguments and then handle them in my code.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET