I have got an established database, (attached mdf file) called Speakom. I Executed this statement.
aspnet_regsql -S (local)\SQLEXPRESS -E -A all -d Speakom
I got a messaage stating that it added the following features: Membership, Profile, Rolemanager, etc..
The question is where has it added them, cause I dont see them in the server explorer.
I have my own User table, which key I could connect with the membership key from the membership table.. i.e. connect primary key from membership table to foreign key in my established table..
Problem is that I dont see the membership table1?!?
UPDATE Now that it is clear.. how do I see my datbase tables through visual studio...I installed the membership table.. in the same databse but I cant see it..
I added a connection to this path:
C:\Documents and Settings\dddddddddddd\my documents\visual studio 2010\Projects\SpeakomSite\SpeakomSite\App_Data\Speakom.mdf
But I still see no password, user, tables :(