using custom tables for personalization in asp .net 2.0
-
hi all, i am using web parts in my project. in order to use web parts ,i need to provide personalization for the logged in users. by default the newly created user details are getting stored in default tables aspnet_membership. but i want to store the user values in the my own tablw which i have created in my database and i need to provide the personalization for those users. for example: i have a table for my company employees details. i need to design a local web site which has a customization property. my web site must allow my company employees to customize their page . i need to get the user details from my employee table and provide the customization facility for them whe they logged in to the sute. Main think is instead of using the default aspnet_users,aspnet_membership table i need to use my own table which i have it in my remote DB. can any one help me out to slove this problem... thank u...