Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚使用 ASP.net 在 webmatrix 上创建了一个带有内置模板的新 Starter 站点。
我想知道该网站在哪里存储所有密码信息?我了解 WebSecurity 是一个内置模型,但我想知道所有这些对象信息的存储位置。用户数据库表中仅有的列是“email”和“id”。
您没有名为“webpages_...”的表吗?我认为 pages_Membership 是您正在寻找的。
@cesarse 关于表 webPages_Membership 是正确的。查看您的 web.config 文件并查找连接字符串,这将使您知道您的数据保存在哪个数据库中。