1) i do not want to use below controls but want to use membership in asp.net webform project instead of form authentication. is it possible ?
Login: this lets the user login using his credentials
PasswordRecovery: This control lets the user recover his password.
CreateUserWizard: This control lets the user to create an account on the website.
ChangePasword: This control will allow users to change their passwords.
LoginStatus: This will show whether the user is logged in or not.
LoginName: This will display the logged in user's name.
i heard that we need to create some table,views and store procedure in database for implementing membership provider. just tell me how could create those db object because i need sql script first and where to find those sql script?
after creating db object how could i put instruction as ...
Go to the complete details ...