Petshop4. error message: system. Web. Security. sqlmembershipprovider requires a data compatible with architecture version 1.

Source: Internet
Author: User
Error message:
System. Web. Security. sqlmembershipprovider requires a database architecture compatible with architecture version 1. However, the current database architecture is not compatible with this version. You may need to use aspnet_regsql.exe (provided in the Framework installation directory) to install a compatible architecture or upgrade the provider to a newer version..

Run asp_regsql in the command line of vs2005, and then modify the connection string of the configuration file as prompted.
Note in Web. config:

<Add name = "sqlmembershipprovider"
Type = "system. Web. Security. sqlmembershipprovider"
Connectionstringname = "sqlmembershipconnstring"
Applicationname = "MyCard"
Enablepasswordretrieval = "false"
Enablepasswordreset = "true"
Requiresquestionandanswer = "false"
Requiresuniqueemail = "false"
Passwordformat = "hashed"
Minrequiredpasswordlength = "1"
Minrequirednonalphanumericcharacters = "0"
Passwordstrengthregularexpression = ""/>

========
Applicationname = "MyCard", which is the name of the website (or virtual directory ).

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.