Force IE 11 “User agent string” using tags

前端 未结 4 1190
野趣味
野趣味 2020-12-01 09:43

My website is broken in IE11.

We all know that HTML tags allow developer to force IE compatibility mode; in example



        
4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-01 10:10

    I also faced the same problem in my 2003 windows server with .net framework 4.0 and after a long research i found the below is helpful...

    I created App_Browsers folder and put a browser file named as ie.browser and pasted the below browser definition text and it started working

    
    
    
      
      
    
    
      
    
    
      
      
      
      
      
      
      
      
      
      
      
    
     
    
    
    
    
      
    
    
    
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
    
      
    
    

提交回复
热议问题