i am trying to use a mdb as my membership database, im following the devx tutorial but it doesnt work ![]()
heres what i have so far
web.config http://pastebin.ru/792
the class http://pastebin.ru/793
the error http://pastebin.ru/794
please please help asap i cant figure this out and been stuck for 2 days
-
-
Take a look at the corresponding MSDN documentation at http://msdn2.microsoft.com/en-us/library/f1kyba5e
It looks like you have to implement a lot more abstract members from the ProviderBase and MembershipProvider classes in order have a valid custom membership provider. -
well heres the issue when i did the code exactly the same i was forced to put mustinherits... because when pasting direct from devx i got errors that a bunch of stuff was "mustoverride" and to add mustinherit or to correct.... devx said supposedly when you inherit the classes that it was supposed to create all the needed overrides for me but it didnt.... what to do?
EDIT: I got it working by using the sample provider from msdn... very hard to find actually. someone really needs to inform devx that there tutorial isnt working at all.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.