How can I access UserId in ASP.NET Membership without using Membership.GetUser()?

前端 未结 10 487
孤街浪徒
孤街浪徒 2020-12-08 16:07

How can I access UserId in ASP.NET Membership without using Membership.GetUser(username) in ASP.NET Web Application Project?

Can User

10条回答
  •  执笔经年
    2020-12-08 16:59

    I decided to write authentication of users users on my own (very simple but it works) and I should done this long time ago.

    My original question was about UserId and it is not available from:

    System.Web.HttpContext.Current.User.Identity.Name
    

提交回复
热议问题