asp.net-authorization
Restricted access for usercontrol by role
is possible to limit access for particular usercontrol for particular role? I have page (default.aspx) 开发者_高级运维that load (also) info.ascx[详细]
2023-04-05 05:18 分类:问答ASP.NET MVC project architecture problems — authorization and session
I am finishing a project that started another programmer. Alter the entire architecture is not possible, but some things I want to overwrite. Namely - the authorization, and a way to store the current[详细]
2023-03-04 03:50 分类:问答ASP.Net - What is current best practice for tracking state and session variables?
We\'re creating a new consumer/public-facing ASP.Net we开发者_如何学运维b app.There are two concerns:[详细]
2022-12-26 17:47 分类:问答Run both Authorize Filter and Action Filter on unauthenticated ASP.NET MVC request
I have decorated my base controller with a couple of action filters.They work fine. One of those filters sets up the request - does things like set the culture based on the domain, etc.[详细]
2022-12-23 07:49 分类:问答ASP.NET MVC - Authorization Refactor
The problem i see with this code, is that it\'s going to be reused a lot; anything being edited/created by a authenticated user (except for Site administrators) will only have access to a their \"stud[详细]
2022-12-10 10:02 分类:问答