Hi,
The membership class provides teh routine to validate the user "ValidateUser(user, pwd)" that validates user without any adimition code.
However, in order to use this fucntion, i have to user the ASPNETDB.MDF database and it's table "aspnet_Users" table.
But i havea seperate database that i have designed for the project. in it there is a entity that store login information. Therefore
i needot validate all logins againts that table. However, i want to use the fucntions of teh membership class to validate users.
tO acheive this i need to map the Membership class to my database than ASPNETDB.MDF. Is it possible to make the Membership class validate
user in my Database than "ASPNETDB.MDF"?
I found that, there are some usefull tables stored in teh ASPNETDB.MDF Appications, Membership, Paths....etc. Is it possible to confonfigure ASP to store all those information in my database than ASPNETDB.MDF?
cheers