Migrate existing asp.net membership website to mojoportal?

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
6/22/2009 11:38:37 AM
Gravatar
Total Posts 3

Migrate existing asp.net membership website to mojoportal?

Hi,

I have an existing website. It uses asp.net membership.

I have also installed and integrated the asp.net membership with YAF(Yet another forum) on this site.

I have following questions:

1) Is it possible to migrate my existing site members to mojoportal? If yes, How?

2) Is it possible to migrate YAF forum data to mojoportal forum?

3) If even point (1) is possible, I would like to migrate to mojoportal. Can you please tell me the points which i need to keep in mind?

I appreciate your help.

Thanks,

Maahi

6/23/2009 9:53:27 AM
Gravatar
Total Posts 18439

Re: Migrate existing asp.net membership website to mojoportal?

Hi,

Yes its possible to migrate from aspmembership to mojoportal membership, you would need to map data from the aspnet membershhip provider tables into the mojoportal tables mp_Users and you may also need to migrate role memberships into mp_Roles and mp_UserRoles, it could be done by writing queries to migrate the data.

I don't know about the YAF stuff, other than to say that someone in the community has got YAF integration working before, there is a link to it on this page http://www.mojoportal.com/community-custom-features.aspx

I do not know if it still works or what the status of it is or how to use it.

Hope it helps,

Joe

6/23/2009 3:35:45 PM
Gravatar
Total Posts 3

Re: Migrate existing asp.net membership website to mojoportal?

 Hi Joe,

Thanks a lot for the answer.

I will try to migrate and will post the results here!!

Thanks

 

You must sign in to post in the forums. This thread is closed to new posts.