Mono Support Using Monox with an Existing asp.net application 

Viewed 31803 time(s), 2 post(s), 8/8/2015 1:45:44 AM - by Adam82
8/8/2015 2:48:00 AM
15 Reputation 1 Total posts

Hello, I am checking out Monox to add social features to an existing asp.net web application that I am already running, with it's 50000 users, own membership provider, role provider and profile provider. Does it sound possible to add Monox to my application, and have it filled up with my existing users automatically, by using my own membership provider?
(So reverse of the existing integration with Yafnet post)

What would be the best approach?

Any help appreciated

1
8/10/2015 10:28:36 AM
345 Reputation 61 Total posts

Hi Adam82,
MonoX's membership and role providers are based on ASP.NET providers, while its profile provider is a custom implementation but it supports ASP.NET profiles - refer to http://monox.mono-software.com/blog/post/Mono/38/Support-for-ASP-NET-profiles-in-MonoX/ for additional information.

In this case you would need to inherit and override base MonoX providers and use those implementations instead.

Regards,
Vedran

2
This is a demo site for MonoX. Please visit Mono Software for more info.