hi all,
I am a newbie.....i got this doubt .....when you use the built-in login control and the create user wizard of VS 2005, you get a built-in database created for you in App_data folder called Aspnet.mdf. And all the users and their password get stored in this database when you use the create user wizard control. Now if you have an already created database where you have,let's say, a online shopping database which includes tables like products, orders and also users which can be both customer and admin. So my doubt is how do you use the built-in login control and create user wizard to get the username and authenticate them and also have all the data in the other database stored?

I know there is this membership provider thing but don't know how to use it to get all this things correctly done.....if anyone cud help me to get this clearly understand...i wud be very grateful. Or if neone can suggest me any tutorial or video also.....it wud be very kind! Thanks!