There are a few pieces of information I must collect when a user registers on my site. What is an easy way to modify the default registration form to collect this extra information?
One idea I've read about is creating my own Profile provider, but I read that this can make the data quite hard to search and modify from an admin backend.
I'm sorry if I'm missing something basic, but I am extremely new to both asp.net-mvc and .net in general.