How can I restrict remote access to Elmah?

前端 未结 3 938
天命终不由人
天命终不由人 2021-02-20 00:32

With Elmah installed on our dev web server .. can we restrict who remotely accesses it? Even f we hardcode the username/passwords (hashed?) or is it only via IP?

3条回答
  •  天涯浪人
    2021-02-20 00:42

    There are two settings, one is in :

    
        
    
    

    The other is, if you allow remote access, you can use the to control who accesses it:

      
        
          
            
            
          
        
      
    

    You can put this in the main web.config just after you tag

提交回复
热议问题