Posted on: 1/2/2013 9:01:44 AM | Views : 795

I have a CreateUserWizard  control on aspx page with<MailDefinition> section in it.
I am using .Net 3.5 and it seems I cannot set sslEnable = true in web.config.
 <asp:CreateUserWizard ID="CreateUserWizard1" runat="server"  DisableCreatedUser="True"         oncreateduser="CreateUserWizard1_CreatedUser"         onsendingmail="CreateUserWizard1_SendingMail">          <MailDefinition BodyFileName="~/App_Data/YourNewAccount.txt"            From="XXX@gmail.com" Subject="Your new account">  </MailDefinition>         <WizardSteps>        &n ...

Go to the complete details ...