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

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -