c# - ASP.NET Windows Authentication: Always prompt for credentials? -
i've inherited application uses windows authentication. problem need have application prompt credentials because different people need login , use it. web.config simple:
<authentication mode="windows" /> <authorization> <allow roles="application_whitelist" /> <deny users="?" /> </authorization>
so add/delete users "application_whitelist" control access application. problem, of course, we're not being prompted our credentials. there way force occur? (i checked asp.net windows authentication should ask credentials no help.)
what clearing cache @ browser close event? @ link. hope you.
Comments
Post a Comment