已具有表单身份验证的数据库的身份验证 - asp.net

发布于 2024-10-16 13:42:39 字数 1435 浏览 2 评论 0原文

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

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

发布评论

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

评论(2

一世旳自豪 2024-10-23 13:42:39

您可以将散列密码保存在 web.config 文件中,然后可以读取它。这不是最好的方法之一,但对您有用。存储 5 个用户的信息不会占用 Web.Config 文件中的空间。

You can save the hashed password in the web.config file and than can read it. This is not one of the best approach but will work for you. To store information for 5 User is not going to consume space in Web.Config file.

北斗星光 2024-10-23 13:42:39

由于您已经使用 .NET Forms 身份验证,因此您可以在第二个应用程序的成员资格提供程序设置中使用不同的“应用程序名称”,它将为您维护两组用户。

Since you are using .NET Forms authentication already, you could use a different "Application Name" in the Membership Provider settings for the second application and it will maintain two sets of users for you.

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