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
Post a Comment