iis 8.5 - Cannot get authentication working in IIS 8.5 -


we have installed basic , windows authentication iis 8.5 on our windows 2012 server cannot server prompt client credentials.

under "authentication" feature have 2 options (despite restarting iis numerous times):

  • anonymous authentication: disabled
  • asp.net impersonation: disabled

when set anonymous disabled 401 no authenticate headers. when enable 200 anonymous.

we've tried sorts of settings in web.config , here current situation: <system.web> <authentication mode="windows" /> <authorization> <deny users="?"/> </authorization> </system.web>

solved running iis admin console administrator (thanks question #8067448). reason new authentication options (basic , windows) appear , enabled. sheesh microsoft!


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -