简体   繁体   中英

ASP.net - membership

I have created a user using the built-in CreateUserWizard - control.

I can now log-in using the built-in Login - control.

But where is the data stored in the database?

I am using SQL Server 2005 Express and I have also sql server 2000 running on my PC.

Look in the app_data folder, which is a part of your project. There should be a database file in there. Unless you manually created the aspnetdb, using the aspnet_regsql.exe command, a database will be created for you in that folder.

In some tables.

Typically named:

  • aspnet_Membership
  • aspnet_Users
  • and friends

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM