I'm following this walktrough: http://msdn.microsoft.com/en-us/library/879kf95c.aspx to add user login and register pages using out-of-the-box asp.net login and registration controls. For example, for the user registration I'm using CreateUserWizard.
Now I want to customize the registration process, I want to remove the security questions, and add a "Location" field to be asked.
All articles related to this mention the section "membership" and "profile" in web.config, my problem is they are not there in my web.config. Should I add them manually? Or should they be present (autogenerated).