For some reason when I save my createuserwizard it automaticaly saves into the administrator role that I created. but if I add the code to save my role it tells me that the user is already added to the role. any help will be much appreciated
<asp:CreateUserWizard ID="CreateUserWizard1" runat="server"
LoginCreatedUser="False" OnCreatedUser="CreateUserWizard1_CreatedUser">
<WizardSteps>
<asp:CreateUserWizardStep Title="Create New User" runat="server">
<ContentTemplate>
<table border="0" cellpadding="3" cellspacing="1">
<tr>
<td align="center" colspan="2" style="border: 1px solid #666666; background-color: #ACC3EE; font-size: 13px; font-weight: bold; height: ...
Go to the complete details ...