Web.config allow location access for specific user

后端 未结 5 1068
悲哀的现实
悲哀的现实 2020-12-31 13:30

I have a webserver from where users can download files that are specific for each user. To be sure each user can only download its own files they must authenticate via

5条回答
  •  长情又很酷
    2020-12-31 14:16

    Use this step-by-step guide to apply the tag to the Web.config file to configure access to a specific file and folder.

    
        
            
                
            
        
    
    
    
        
            
                
            
        
    
    

    More info...

提交回复
热议问题