Just a small question about the way aspnetdb database works for asp.net. I have run Aspnet_regsql.exe on mssql which has made an empty aspnetdb - Neat and cool. I understand that when I will run a asp.net application, which will use the membership controls, it will use this aspnetdb and fill up the tables accordingly - Neat and cool.
The questions are -
1) what happens when I create an another independent application (inside the same website) which has to use new set of membership controls? Would it create one more asnetdb inside the mssql server automatically? If yes- what will be the name of this aspnetdb? (It could not be same for sure. )
2)If it does create a new aspnetdb database on its own, how does it do it? Where are the scripts inside asp.net to implement this?
3)Also I would appreciate if anyone would let me know, where could I see all the system code which implement and maintains this aspnetdb functionality.
< ...
Go to the complete details ...