I am new to asp.net.
I am working on an application and I can’t get the "allow roles" and "deny users" in the web.config to work. Below is a snip it of my code. For some reason it’s not working. When I open test the application I get access deny. As you can see I allowed myself
and the appraisal team for access and deny all others. Not sure why the “allow roles” is not working. If I remove “deny users” than I’m able to access the application along with all staff. Which I do not want. For deny users: I've tried using * and ?. I get
the same error: denial access.
Please let me know what I'm doing wrong or missing.
<Go to the complete details ...