简体   繁体   English

ASP.net-成员资格

[英]ASP.net - membership

I have created a user using the built-in CreateUserWizard - control. 我已经使用内置的CreateUserWizard-控件创建了一个用户。

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. 我正在使用SQL Server 2005 Express,并且我的PC上还运行着sql server 2000。

Look in the app_data folder, which is a part of your project. 查看app_data文件夹,它是项目的一部分。 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. 除非您使用aspnet_regsql.exe命令手动创建了aspnetdb,否则将在该文件夹中为您创建数据库。

In some tables. 在一些桌子上。

Typically named: 通常命名为:

  • aspnet_Membership aspnet_Membership
  • aspnet_Users aspnet_Users
  • and friends 和朋友

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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