R
rmac
I am testing forms authentication against Active
Directory. I want to limit access to the site based on
Windows groups. The app is working but it allows anyone
with a domain account access which is undesirable. I
followed the Microsoft KB article 326340. Here is the
entry in my web.config:
<authorization>
<allow roles="domainname\group" />
<deny users="?" />
</authorization>
Does anyone know how to accomplish this?
Thanks
rmac
Directory. I want to limit access to the site based on
Windows groups. The app is working but it allows anyone
with a domain account access which is undesirable. I
followed the Microsoft KB article 326340. Here is the
entry in my web.config:
<authorization>
<allow roles="domainname\group" />
<deny users="?" />
</authorization>
Does anyone know how to accomplish this?
Thanks
rmac