Initial use of membership

Source: Internet
Author: User

The leader today talked about the legendary membership: Add the following in the config file: Code , <Membership>
<Providers>
<Remove name = "aspnetsqlmembershipprovider"/>
<Add name = "aspnetsqlmembershipprovider" connectionstringname = "zyfctr" encoding = "false" enablepasswordreset = "true" encoding = "false" applicationname = "/" requiresuniqueemail = "false" passwordformat =" hashed "maxinvalidpasswordattempts =" 5 "minrequiredpasswordlength =" 6 "character =" 0 "passwordattemptwindow =" 10 "passwordstrengthregularexpression =" "type =" system. web. security. sqlmembershipprovider, system. web, version = 2.0.0.0, culture = neutral, publickeytoken = b03f5f7f11d50a3a "/> </providers>
</Membership> <rolemanager enabled = "true">
<Providers>
<Remove name = "aspnetsqlroleprovider"/>
<Add connectionstringname = "zyfctr" applicationname = "/" name = "aspnetsqlroleprovider"
Type = "system. Web. Security. sqlroleprovider, system. Web, version = 2.0.0.0, culture = neutral, publickeytoken = b03f5f7f11d50a3a"/>
</Providers>
</Rolemanager>
Double-click aspnet_regsql.exe in the c: \ windows \ Microsoft. NET \ work \ v2.0.50727directory. (I admire those who found this stuff! We can discover things in such a hidden corner! Really amazing! No one knows which hero he is, and no one has told me .) You can add and Manage Roles in "website"> "ASP. NET configuration.

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.