Well I have never had any problem using
Protected Sub CreateUserWizard1_CreatedUser(ByVal sender As Object, ByVal e As System.EventArgs)
Roles.AddUserToRole(CreateUserWizard1.UserName, "WebUser")
End Sub
And add
OnCreatedUser="CreateUserWizard1_CreatedUser"
to the
<asp:CreateUserWizard ID="CreateUserWizard1" runat="server"
tag.
Hope it helps
Regards
Jeremy
If this has helped Please: Don't forget to click "Mark as Answer" on the post that helped you.
That way future readers will know which post solved your issue.