asp.net的forms身份验证 单用户身份验证

2021-05-16 19:27

阅读:719

标签:conf   from   log   rem   ctf   mod   ted   red   system   

asp.net的forms身份验证  单用户身份验证

首先要配置Web.config文件









创建Logon.aspx 和 Default.aspx两个页面

授权

FormsAuthentication.SetAuthCookie(UserEmail.Text,true);

或者

FormsAuthentication.RedirectFromLoginPage(UserEmail.Text, true);

 

取得身份信息

Context.User.Identity.Name

判断 Request.IsAuthenticated

asp.net的forms身份验证 单用户身份验证

标签:conf   from   log   rem   ctf   mod   ted   red   system   

原文地址:http://www.cnblogs.com/luoluohua/p/7746767.html


评论


亲,登录后才可以留言!