Hi people, by default the SQL Membership Providers points to a SQL Express DataBase named "ASPNETDB.MDF", but I generated its schema, run it into another database and modified the SQl Membership to point to a the new database, that contais other tables as well.
The matter is just that how I can tell how many connections are created to connect to the new database, that is, I wonder if there is a connection to access the tables concerning Roles, Users, etc.. and antoher one to access other tables concerning the domain classes. Could someone help me? Thanks! -- Ramon Pereira Lopes
