I want to set up membership and roles on my ASP.NET 2.0 site. I have the Create User wizard in place and functioning, but I want to create users in such a way that if an email address already exists in the user database they get an error saying email address already exists so that you can't create another user acount with that same email address. What do I need to change to make this happen?
...
Go to the complete details ...