How to Set membership on an existing SQL express database connected through attachdbfilename

Source: Internet
Author: User
Tags management studio sql server management sql server management studio

In the past few days, I want to create a small website and plan to use Asp.net service to handle login issues. However, I have already set up a database named "mydb ", we plan to add data tables and stored procedures such as membership to this mydb.

The information is as follows:

[ASP. NET 2.0 Security FAQs] how to set up an SQL Server or SQL express database to support membership, profiles, and role

UseAspnet_regsql.exeIt is really convenient to configure. However, it can only read the database attached to the database engine, but it cannot be found for my mydb. The main reason is that my connection string is configured as follows: attachdbfilename = | datadirectory | \ mydb. MDF

However, I think of a trick: First close the connection to mydb in Vs, then append this mydb in SQL Server Management studio, and then you can useAspnet_regsql.exe.

After the configuration is complete, detach from the database.

Finally, start ASP. NET configuration to configure the database.

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.