Why isn't [Authorize(Roles = “Admin”)] working in MVC 5 RTM with ASP.NET Identity?

前端 未结 3 1214
没有蜡笔的小新
没有蜡笔的小新 2020-12-28 19:36

Does [Authorize(Roles = \"Admin\")] work out of the box in MVC 5 RTM with ASP.NET Identity?

I\'ve had no luck. Note that [Authorize] and

3条回答
提交回复
热议问题