MVC 5 Role Based Authentication

前端 未结 1 2000
南笙
南笙 2021-02-11 04:01

I am trying to lock down our \"admin\" page to only admins using Asp.net Identity (we are building in MVC5). I can get [Authorize(Users=\"admin\")] to work but can not get [Auth

1条回答
  •  醉梦人生
    2021-02-11 04:40

    Have you specified in the web.config that you are going to use roles?

      
          
            
            
          
        
    

    0 讨论(0)
提交回复
热议问题