ASP.net - 会员资格

发布于 2024-08-02 05:29:09 字数 165 浏览 2 评论 0原文

我已经使用内置的 CreateUserWizard - 控件创建了一个用户。

我现在可以使用内置的登录控件登录。

但是数据库中的数据存储在哪里呢?

我正在使用 SQL Server 2005 Express,并且我的 PC 上还运行着 sql server 2000。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

最冷一天 2024-08-09 05:29:09

查看 app_data 文件夹,它是您项目的一部分。里面应该有一个数据库文件。除非您使用 aspnet_regsql.exe 命令手动创建 aspnetdb,否则将在该文件夹中为您创建一个数据库。

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.

手心的海 2024-08-09 05:29:09

在一些表中。

通常命名为:

  • aspnet_Membership
  • aspnet_Users
  • 和朋友

In some tables.

Typically named:

  • aspnet_Membership
  • aspnet_Users
  • and friends
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文