在 ASP.NET MVC 3 c# 中使用会话或 cookie 编写用户管理
你好,我也是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您还不能在 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