Click here to Skip to main content
15,881,588 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have added this in web.config file in asp.net, but it still not working for ie10 browser.

XML
<httpprotocol>
      <lt;customheaders>
        <add name=""X-UA-Compatible"" value="IE=EmulateIE8">
      
    </add></httpprotocol>


Please advice us as soon as possible
i have in my project ajax control toolkit 4.0
Posted
Updated 8-Jan-14 2:46am
v2
Comments
Sampath Lokuge 8-Jan-14 6:55am    
What is not working :(
Pete O'Hanlon 8-Jan-14 9:35am    
Could you copy in what you really have, rather than typing it in from memory? What you have there will not work as these are not valid config settings (for instance, you have add name=""X-UA-Compatible""... with double quotes.
JoCodes 8-Jan-14 10:36am    
Can you make the question clear? The webconfig also seems to be not formatted.Where you trying to force the Compatability mode for IE version?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900