asp.net - How IE setting affect authorization -


i have webform app written in asp.net 4.5 , trying understand how ie plays role authentication. far search has not provided solid answer

i know webconfig setting override iis setting. assume set authorization mode anonymous in both of iis , web.config. can ie settings override these?

for example if in ie set enable integrated windows authentication

if set "enable integrated windows authentication" (which default), , server requires integrated windows authentication, user authenticated silently using current default credentials, if possible.

if disable integrated windows authentication, user prompted supply credentials.

see this kb article more info.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -