G
george d lake
Hi,
I need to grant access to a NT usergroup and to 3 other users that are
not in that group.
here is my web.config.
<authentication mode="Windows" />
<identity impersonate="true" />
<authorization>
<deny users="*" /> <!-- Allow all users -->
<allow users="user1" /> <!-- Allow all users -->
<allow users="user2" /> <!-- Allow all users -->
<allow users="user3" /> <!-- Allow all users -->
<allow roles="VYP\Domain Hum_Resources" />
</authorization>
I need to grant access to a NT usergroup and to 3 other users that are
not in that group.
here is my web.config.
<authentication mode="Windows" />
<identity impersonate="true" />
<authorization>
<deny users="*" /> <!-- Allow all users -->
<allow users="user1" /> <!-- Allow all users -->
<allow users="user2" /> <!-- Allow all users -->
<allow users="user3" /> <!-- Allow all users -->
<allow roles="VYP\Domain Hum_Resources" />
</authorization>