Posted on: 5/24/2011 10:06:46 AM | Views : 885

Hello all professionals !  My Problem is different. I want to implement the roles and membership feature in my website. The problem is that i want to use it in my own way. I dont want any kind of security question and answer and the password and user ID is also generated automatically in my website registration form according to client need. but the problem i am facing is i dont know how to implement membership and roles feature on remote sql server database. i have a connectionstring written in web config. I dont want to use the default databse automatically generated by visual studio. I want to use the Database designed by me. it has its own columns and properties. I want to customize create user vizard also. I am using roles and membership only because i provide more efficient way to handle bulk coding. 
 What i want to do is just store registration information in remote databse using create user wizard and through membership. and also create user wizard wi ...

Go to the complete details ...