Hello All,
I want to build 6 websites (website1,website2,etc..), But I want to manage all users specific to application in common place.
Lets say, In web app1 is only for user management and common site. from web app1 I need to create users for app2, app3, app4 etc.. I am planning to use single aspnetdb for all application.
Any solution?
I need to know one more thing, When i try to create user using membership, can I set the application name which I am going to create user.
Thanks in Advance.