帮助我确定自定义用户管理. [英] help me in figuring custom user management .

查看:66
本文介绍了帮助我确定自定义用户管理.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想实现自定义用户管理,而不是使用asp.net内置控件(如忘记密码,添加角色等)..我没有在asp.net中看到与自定义用户管理有关的任何文章.我在这方面的好文章.

i want to implement custom user management instead of using asp.net buildin controls such as forget password , adding roles e.t.c .. i haven''t seen any artical related to the custome user management in asp.net.. pls suggest me good article on this.

推荐答案

据我所知,自定义用户管理一词意味着存在某种东西,但想对其进行扩展.如果是这样, Asp.Net成员身份 [此处 [
As far I understand the phrase custom user management means something that is exists but want to extend it. If so there is already built in Asp.Net Membership[^] provider that helps to manage user of the a web site. Just learn how to use it first then here[^] is an article that helps you to customize some portion of the existing user management application.


所有的基本编码.您可以在会话中存储登录的用户.您可以使用该ID来访问数据库中的属性(例如设置),并编写UI来显示它们.
It''s all basic coding. You store what user is logged in, in the session. You use that ID to access properties from your database, such as settings, and you write UI to show them.


这篇关于帮助我确定自定义用户管理.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆