hi
I merge MemberShip database "ASPNETDB.MDF" with my database project
suppose the name of the result is "total database"
my problem is:
_ when i add new user to my project i was not find it in the "total database"!!!
but i find it in member ship data based which is in app_data folder
I mean all new data is still stored in "ASPNETDB.MDF"
_ how i can make new data store in "total database"???
thank you