I'm working on a project that had a registration and login page created by VS2012 using Membership.
This is all very nice but also not very easy to follow and add to. I want to add the user to a certain role once they have successfully registered with the site. While there is a button that is part of the registration wizard it has no visible code-behind that I can find.
So where do I add the new user to a role?