sRockyHill
MIS
<authentication mode="Windows" />
<identity impersonate="true" />
<authorization>
<allow roles = "BUILTIN\Administrators"
users"BUILTIN\Administrator" />
<deny users="*" />
</authorization>
We want to authenticate the windows based users. Is this the proper code for the config file. Can you can provide some steps for windows authentication?
Thanks -
<identity impersonate="true" />
<authorization>
<allow roles = "BUILTIN\Administrators"
users"BUILTIN\Administrator" />
<deny users="*" />
</authorization>
We want to authenticate the windows based users. Is this the proper code for the config file. Can you can provide some steps for windows authentication?
Thanks -