All requests getting HTTP Error 401.2 - Unauthorized response

前端 未结 2 914
被撕碎了的回忆
被撕碎了的回忆 2021-01-04 20:33

My MVC app has, until a few minutes ago, been working fine (with asp/net membership as part of the solution). However, without knowingly changing anything relevant every req

2条回答
  •  春和景丽
    2021-01-04 21:00

    Option-1:

    In applicationhost.config check if there is any entry as shown below. If there is any such entry change anonymousAuthetication enabled value from 'false' to 'true'.

    
        
            
                
                    
                
            
        
    
    

    Option-2:

    If you are using visual studio, make sure that anonymousAuthentication is enabled. enter image description here

提交回复
热议问题