How to Exclude Directories from Rules in Web.config (ASP.NET)

后端 未结 1 389
夕颜
夕颜 2021-01-19 01:19

I have these rules set in my Web.config:

    
        
          

        
1条回答
  •  我在风中等你
    2021-01-19 02:22

    Based on the following solution here:

    How to exclude a directory with IIS URL rewriting?

    You could do something like this:

    
        
            
            
        
        
            
            
        
        
            
            
        
        
          
          
        
        
              
              
        
        
            
                
                    
                    
                    
                
                
        
    
    

    0 讨论(0)
提交回复
热议问题