Authentication Authorization ASP.Net Tutorial

<%@ Page Language="C#" %>
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


    CreateUserWizard Password Confirmation


    
    

            id="CreateUserWizard1"
        CompleteSuccessText="A confirmation email
            containing your new password has been
            sent to your email address."
        AutoGeneratePassword="true"
        LoginCreatedUser="false"
        ContinueDestinationPageUrl="~/Login.aspx"
        Runat="server">
                    From="Admin@YourSite.com"
            BodyFileName="PasswordConfirmation.htm"
            IsBodyHtml="true"
            Subject="Registration Confirmation" />
    
    

    


File: PasswordConfirmation.htm
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


    Password Confirmation


    Your new password is <% Password %>.