Unable to get windows authentication to work through local IIS

前端 未结 9 1754
梦如初夏
梦如初夏 2020-12-07 09:37

So I\'ve created a new ASP.NET MVC project using the intranet template. web.config contains the appropriate values (e.g.

9条回答
  •  无人及你
    2020-12-07 09:57

    To ensure that IIS uses Windows Authentication, I think you should try to turn of other authtentication methods. If Anonymous Authentication is enabled, Windows authentication will not work. You can also read this Microsoft Support Article which describes IE and IIS requirements in details.

提交回复
热议问题