c# - Windows Authentication login modal not accepting credentials -
c# - Windows Authentication login modal not accepting credentials -
i having asp.net website running under windows authentication.the issue facing can't pass login screen while submitting credentials:
i have next settings in ie:
"enable integrated windows authentication" checkbox checked.
"automatic logon current username , password" radio button selected.
iis authentication set "windows authentication":
my web.config having:
<authentication mode="windows" /> <authorization> <deny users="?" /> </authorization> the provider authentication set "ntlm"
apppoolidentity set "networkservice"
i have given "full rights" "everyone" role website.
i have confirmed user trying login exists in windows active directory:
in order debug cause attached process source , noticed able reach application_beginrequest breakpoints added in prerequesthandlerexecute handler not reach, may thrown out in between login modal again.
can help me locating cause of windows login modal not accepting credentials?
c# asp.net authentication active-directory windows-authentication
Comments
Post a Comment