How can I access UserId in ASP.NET Membership without using Membership.GetUser(username) in ASP.NET Web Application Project?
UserId
Membership.GetUser(username)
Can User
User
I had this problem, the solution is in the web.config configuration, try configuring web.config with these: