I have two MVC application. say Public and private applications. I want to be able that users register on public application, and administrator validate and edit and .. them on private application.
The private site has its own Membership/Role and profile provider which works well.
The public site has Membership/Role and Profile providers and I want to use these providers in private site so I can change the status of public users on private site.
I have several problems working with Public providers inside private application.
Is there any sample, information, on how to do this?