M
MB
I've got the following settings in my web.config file which is working
properly, however my users want to see the login prompt each time the
visit the site. Is there a setting or code that I can impliment so
that users are prompted upon each visit?
<authentication mode="Windows">
</authentication>
<identity impersonate="false" />
<authorization>
<allow roles="domain\xxx1, domain\xxx2"
users="domain\user1, domain\user2" />
<deny users="*"/>
</authorization>
Thanks in advance,
Mike.
properly, however my users want to see the login prompt each time the
visit the site. Is there a setting or code that I can impliment so
that users are prompted upon each visit?
<authentication mode="Windows">
</authentication>
<identity impersonate="false" />
<authorization>
<allow roles="domain\xxx1, domain\xxx2"
users="domain\user1, domain\user2" />
<deny users="*"/>
</authorization>
Thanks in advance,
Mike.