How to solve Redirect Loop

后端 未结 4 2047
半阙折子戏
半阙折子戏 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:51

    It's an old post and I faced this issue while custom authentication and validation. the issue got resolved by adding this line of code in web.config

    
    
      
    
    
      
    
        
        
        
          
        
       
    

    Hope it helps.

提交回复
热议问题