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

Popular posts from this blog

java - Could not locate OpenAL library -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

sorting - opencl Bitonic sort with 64 bits keys -