ASP.net - 会员资格
我已经使用内置的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 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.
在一些表中。
通常命名为:
In some tables.
Typically named: