I am using ASP.NET SQL Role membership provider.
I don't want to have 2 databases for my application.
However if I share a DB, I don't want the Tables which are created by role provider to pollute my namespace.
So is it possible that when I create the database for the membership provider, I ask the utility to put the tables in a particular database namespace?
Go to the complete details ...