How to solve Redirect Loop

后端 未结 4 2058
半阙折子戏
半阙折子戏 2021-01-13 08:25

I have a web application, and some users who use Chrome as their preferred browser of choice, get the following error when they have logged out of the application, and try t

4条回答
  •  盖世英雄少女心
    2021-01-13 08:55

    Had a very similar problem and solved it in IIS: In Authentication feature enable Anonymous Authentication and disable everything else. This makes sense, as eventually this is the application that manages authentication logic and not the IIS or ASP.NET. But obviously this solution doesn't support the elegant access to public pages as @Grzegorz suggested.

提交回复
热议问题