Configuration file to reject the particular user

What setting should be added in a configuration file to reject the particular user from accessing secured resources?

E

Expert

Verified

To refuse the particular user form accessing secured resources, a web.config file should contain a code which is as follows:

<authorization >
<deny users="username" />
</authorization>

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.