在 ASP.NET MVC 3 c# 中使用会话或 cookie 编写用户管理

发布于 2024-11-15 18:11:10 字数 225 浏览 3 评论 0原文

你好,我也是 c# 和 asp.net mvc 3 的新手。 我正在尝试进行替代用户管理(登录、注销等),我尝试过会话和cookie,但我认为我不能,所以我决定在这里询问。 我的用户信息存储在sql server数据库的表“users”中,我使用EF。 我无法更改表设计,所以我需要做一个可以处理这种情况的系统。

请给我例子(我该怎么做)我读了一些会员的个人资料,我可以将它与此 EF 一起使用吗?

谢谢

hello im new at c# and asp.net mvc 3 also.
Im trying to make an alternative user management (log in, log out etc.), I have tried session and cookie but i think i couldn't so i decided to ask here.
my user informations are stored in sql server database's table "users" and im using EF.
i can not change table design so i need to do a system that it can handle this stuation.

please give me examples ( how can i do ) i read some membership's profile thing, can i use it with this EF?

thanks

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

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

发布评论

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

评论(1

允世 2024-11-22 18:11:10

您还不能在 EF 中使用开箱即用的会员资格提供程序。 ASP.NET 的通用提供程序即将推出。有关详细信息,请参阅 Scott Hanselman 的博客

You can't use the Membership providers out of the box with EF yet. Universal providers for ASP.NET are coming. see Scott Hanselman's blog for more information

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