Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.60/5 (2 votes)
See more:
hello all,
Im working on an asp.net project where i want to create a custom membership provider
I believe I followed the required steps but still get an error that says Cant load my custom membership class and points to the providers section inside the membership tags in my web.config file
I am using ADO.NET EF to interact with my database
this is the link to the project which is a zipped file that contains the project and the database files
https://docs.google.com/file/d/0B6yvck6LyulaOEZGZXNlUUhVdEE/edit[^]


please let me know how to fix this issue as im still new to custom providers

thanks in advance :)

Reda
Posted

You can check below mentioned article for complete example about custom membership provider.

That article has the section for EF implemention also.Check this section "Quick Guide to Entity Framework (Code First) Based Implementation"

Custom Membership Providers[^]

I hope this will help to you.
 
Share this answer
 
Thank you for your reply friend, I ended up creating a new project and somehow it did work (using your link as a reference) :)
Im guessing there was something wrong with the fully qualified name of my custom provider in the web.config file
Thanks again
 
Share this answer
 
Comments
Sampath Lokuge 17-Jul-13 7:51am    
@Reda Glad to hear that it helped!.Cheers :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900