Hi,
I want to deny the some specific users, how to add the users in web.config file
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Priya LingePosted Aug 12, 2011, 3:15 AM
We have one folder named "Advisor" will contain some pages we can allow the some user who can access this folder and their pages by following way,
Make changes in web.config file in their
Wecan control access to pages or folders to members of one of the built-in Windows groups by specifying the role in the format BUILTIN\groupName.
Hope this will help you.
Thanks.