I have set <allow Roles="Admin" />
but not set <Deny />
tag under system.web and authorization tag but it allow all user to access Admin page.
I don't want to allow admin page except admin role user.
Can anyone help me this regards.
Asked
Active
Viewed 45 times
0

Jayant Kumar
- 1
- 1
- 3
-
If you don't deny access, then why would you expect them to be able to not access it? – mason Sep 19 '19 at 16:17