Forums

 
  Support Forum  DNN General Dis...  Membership Prov...  Building your own Membership Provider for DotNetNuke and ASP.NET 2.0
Disabled Previous
 
Next Next
New Post 7/2/2007 3:57 AM
  roger
8 posts
No Ranking


Re: Building your own Membership Provider for DotNetNuke and ASP.NET 2.0 

hi avvweb:

the mission for me to achieve is that I should create a logging module in dnn framework. in that module, all the users or registered users will be authenticated by my customized database. so i need to replace the aspnetmembershipProvider with my own one(IVMembershipProvider) to store and adjust the personal information in DNN. i already created the logging module in the DNN website, in which i put my module under the folder of desktop module. if i only test the module with default database-(dnn database, aspnet_*) , everything will be fine. but when i change the webconfig file , then the error will occur as i mentioned above. in my logging module, i create the form to be filled in for logging authentication. including the username,password,verificationNumber and captcha authentication. but all the methods i put in a web service for secuirty reason to approach the achievement.

in my membership provider(IVMembershipProvider) i just inherited sqlmembershipprovider to override some methods i need it(like create user, authenticate user.ect) the rest are the same as sqlMembershipProvider. so can you tell me what's wrong for me until current stage.

thanks for your helping

Roger

 

 
New Post 7/2/2007 4:04 AM
  roger
8 posts
No Ranking


Re: Building your own Membership Provider for DotNetNuke and ASP.NET 2.0 

sorry, i forgot one thing. actually i created one captcha method(captcha.cs)in my IVMembershipProvider. because i should authenticate my new users with captcha functionality. i think the IVMembershipProvider can work without any error, the only problem should exist in webcofig on DNN website.

 
New Post 7/9/2007 2:51 PM
  Henry Kenuam
29 posts
9th Level Poster


Re: Building your own Membership Provider for DotNetNuke and ASP.NET 2.0 
Modified By Chris Hammond  on 7/11/2007 8:38:40 AM)

I have posted a video for getting your environment setup and modifying the web.config file appropriately. This video should help get you going and help with some of the problems posted in this forum.

http://www.engagemodules.com/Support/Tutorials/tabid/74/Default.aspx


You will need to register on Engage Modules to view this video.

hk


Henry Kenuam
Engage Software
St. Louis, MO
314.966.4000



The leading provider of DotNetNuke support, training and custom development.
 
New Post 12/17/2007 4:12 AM
  Roshdy
4 posts
No Ranking


Re: Building your own Membership Provider for DotNetNuke and ASP.NET 2.0 

Please Explane more detail how to create membership provider to connect to other database tables to authinticate and login users?

please reply me as fast as you can

thank you

 
New Post 12/17/2007 4:22 AM
  Roshdy
4 posts
No Ranking


Re: Building your own Membership Provider for DotNetNuke and ASP.NET 2.0 

Please Explane more detail how to create membership provider to connect to other database tables to authinticate and login users?

please reply me as fast as you can

thank you

 
New Post 12/17/2007 10:12 AM
  Henry Kenuam
29 posts
9th Level Poster


Re: Building your own Membership Provider for DotNetNuke and ASP.NET 2.0 

Roshdy25,

There is a video available at: http://www.engagemodules.com/Support/Tutorials/tabid/74/Default.aspx that you may find helpful. Also the first page of this forum is a document that walks you through creating your own provider. If you have specific questions regarding implementing your provider please post and I will help as much as I can.

Regards,

hk


Henry Kenuam
Engage Software
St. Louis, MO
314.966.4000



The leading provider of DotNetNuke support, training and custom development.
 
New Post 12/24/2007 6:43 AM
  Roshdy
4 posts
No Ranking


Re: Building your own Membership Provider for DotNetNuke and ASP.NET 2.0 

I'm already watch the vidio but sory i need some more detail

i had install dnn source and create empty database to it and run it but

with vidio it explain in functions i search for it but i didnt found it

so i done with vidio evry changes but i have 81 error appeared

first is:

Error 104 Class 'EngageMembershipProvider' must either be declared 'MustInherit' or override the following inherited 'MustOverride' member(s):
    DotNetNuke.Security.Membership.MembershipProvider : Public MustOverride Property PasswordFormat() As Security.Membership.PasswordFormat
    DotNetNuke.Security.Membership.MembershipProvider : Public MustOverride Function CreateUser(ByRef user As Entities.Users.UserInfo) As Security.Membership.UserCreateStatus
    DotNetNuke.Security.Membership.MembershipProvider : Public MustOverride Function UserLogin(portalId As Integer, username As String, password As String, verificationCode As String, ByRef loginStatus As Security.Membership.UserLoginStatus) As Entities.Users.UserInfo. D:\source\Library\Providers\MembershipProviders\AspNetMembershipProvider\EngageMembershipProvider.vb 54 18 Provider.Membership.AspNetProvider

 
New Post 12/24/2007 7:08 AM
  Roshdy
4 posts
No Ranking


Re: Building your own Membership Provider for DotNetNuke and ASP.NET 2.0 

thank you

this is very good

but I want it from begining and more detaile because i'm beginner in dnn

can you help me?

 
New Post 12/24/2007 6:04 PM
  Henry Kenuam
29 posts
9th Level Poster


Re: Building your own Membership Provider for DotNetNuke and ASP.NET 2.0 
Modified By Henry Kenuam  on 12/24/2007 7:07:56 PM)

Hi Roshdy25,

So that I can understand where you are in developing your new provider. You have created a new class that extends MembershipProvider correct (EngageMembershipProvider)? The error that you are seeing is telling you that you must implement all Mustoverride or Abstract methods from the MembesrshipProvider class.  If you are developing using VB just type Overrides and then space bar and you'll see a list of the methods that you must implement.

Hope this helps.

hk

 


Henry Kenuam
Engage Software
St. Louis, MO
314.966.4000



The leading provider of DotNetNuke support, training and custom development.
 
New Post 6/18/2008 5:12 AM
  Greg McLoughlin-Wilden
2 posts
No Ranking


Downloading the PDF 

Hi,

I'm not sure if it's me but I can't seem to download the PDF file. I've registered on the site, can view the video (great work) and download the NANT XML, but the PDF just opens a new window, and just display the following in the source.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY>
<META content=QRJATYDIMO name=SKYPE_FRAMEID>
<META content=QRJATYDIMO name=SKYPE_FRAMEID></HTML>

Is it me, or is the link to the PDF broken.

Cheers and thanks for all your efforts on this.

Greg

 
Disabled Previous
 
Next Next
  Support Forum  DNN General Dis...  Membership Prov...  Building your own Membership Provider for DotNetNuke and ASP.NET 2.0

Purchase

Please click here to buy now.
Payment will be processed via credit card or PayPal.

Please click here to buy now.
Payment will be processed via credit card or PayPal.

Test Drive!

Want to find out how it works? Visit our demo site to see the modules in actions!

Want to find out how it works? Visit our demo site to see the modules in actions!

Subscribe

Sign up for our newsletter and get the latest product updates!

Sign up for our newsletter and get the latest product updates!

Online Support

Powered by DotNetNuke