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

前端 未结 10 485
孤街浪徒
孤街浪徒 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:56

    I had this problem, the solution is in the web.config configuration, try configuring web.config with these:

     
      
        
      
    
    

提交回复
热议问题