Hi sanindia,
I am not sure I understand what you're asking.
If you have multiple web sites that share the same ASPNETDB database, each application will have its own *record* in the aspnet_Applications table. So, you'll only see a single table, but with multiple records.
Each user / Membership user is then linked to a single application based on the ApplicationId which is the primary key of the aspnet_Applications table.
Does this help?
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out
this post.