I've been playing with integrated security with AD groups from the web
config.
Work great until the Group/role name is long.
Is there a work around?
<configuratio n>
<appSettings/>
<connectionStri ngs/>
<system.web>
<authorizatio n>
<allow roles="Long AD group here" />
<deny users="*" />
</authorization>
</system.web>
</configuration>
config.
Work great until the Group/role name is long.
Is there a work around?
<configuratio n>
<appSettings/>
<connectionStri ngs/>
<system.web>
<authorizatio n>
<allow roles="Long AD group here" />
<deny users="*" />
</authorization>
</system.web>
</configuration>