Infinite redirect loop for Basic or Windows authentication?

前端 未结 5 749
长发绾君心
长发绾君心 2021-02-01 23:03

I am working on a new ASP.NET application. On IIS8, if I disable Anonymous access and enable Basic or Windows authentication, it goes into an infinite redirect loop and lands at

5条回答
  •  眼角桃花
    2021-02-01 23:47

    May be in your machine.config file or in your global web.config, forms authentication is enabled with this url as authentication page.

提交回复
热议问题