I try to exercise a sample in Visual Web Developer 2005 Express help, why do I always get the error "Please input another passwo

I try to exercise a sample in Visual Web Developer 2005 Express help, why do I always get the error "Please input another password"


Now I try to exercise a sample in Visual Web Developer 2005 Express help

Title:   Walkthrough: Creating a Web Site with Membership and User Login (Visual Studio)
URL:     ms-help://MS.VSExpressCC.v80/MS.NETFramework.v20.chs/dv_VWDcon/html/296c0be6-9ad5-4104-9a1b-a853986fa1a3.htm


The following is from Visual Web Developer 2005 Express help
I have do 1-6 step, it is OK, but when I create user (7th step), I always get the error "Please input another password"
I'm sure that I have type a normal and correct password, why cause error thank!

 


To create a membership user

1. From the Website menu, click ASP.NET Configuration.

2. Select the Security tab, click the link to use the Security Setup Wizard, and then click Next.

3. Proceed to Step 2 of the wizard and select the From the Internet option.

The wizard displays a page where you can select the authentication method that your Web site will use.

This option specifies that your application will use Forms authentication, where users will log into the application using a login page that you will create later in this walkthrough.

4. Click Next.

The wizard displays the current default provider (data access component) that will be used to store membership information. For this walkthrough, it is sufficient to use the default provider, which stores membership information in a data file in the Application_Data folder of your Web site.

Note: 
In production applications that will support a substantial number of users, it is preferable to store membership information in a SQL Server using the AspNetSqlProvider. For more information, see Web Site Administration Tool Provider Tab and Installing the SQL Server Provider Database.

5. Click Next.

The wizard displays an option to create roles. You will perform this step separately later in the walkthrough. Therefore, do not select the Enable roles for this web site check box.

6. Click Next.

The wizard displays a page where you can create new users.

7. Enter information that defines a user of your application. Use the following values as guidelines. You can use any values that you like, but be sure to note your entries for later in the walkthrough.

User Name   Your name (with no spaces), or a sample name.

Password   A password. A strong password is recommended (one that includes uppercase and lowercase letters, punctuation, and that is at least eight characters long).

E-mail   Your personal e-mail address. Later in the walkthrough you will send yourself an e-mail message, so you need a legitimate e-mail address.

Security Question and Security Answer   Type a question and answer that can be used later if you need to recover your password.


Click Create User.

The wizard displays a confirmation page.

 




Answer this question

I try to exercise a sample in Visual Web Developer 2005 Express help, why do I always get the error "Please input another passwo

  • coolbho3000

    and a special character too a special character like % # @ etc would be required.

    Regards,
    Saurabh Nandu

  • Ramesh Anna

    i think you need to use a complex password greater than 8 characters which has a combination of letters, numbers and special characters. This is to make it only allow users to enter secure passwords.

    Regards,
    Saurabh Nandu

  • Craig22162

    I'm sure that I have input a password which has a combination of letters, numbers and greater than 8 characters , but I still get the same error.

  • I try to exercise a sample in Visual Web Developer 2005 Express help, why do I always get the error "Please input another passwo