I'm creating a website in VS 2012 .Net Framework 4.0
I have to create user login/register capabilities. I had a look around the built-in account register/login and manage page. The question is where does the user information gets stored? I have seen that it is in a "CreateUserWizard" tag. I have searched and coudn't find anything usefull.. Is there a posibility to add a 2 columns, like security question and answer from the existing fields (username/password/confirm pw/email).
Then again is this safe to use or woud storing it somewhere else be a better option? Need more information regarding this please? If this is a safe option to use is it possible to get the user information (for adding a forgot password page)?
Thanks in advance!!