Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
when I opening a certain page utilizing third party control(Ext.net.dll) I am unable to see my controls as it is not rendering corectly.when I set to compatability view in browser manually it is working f9 please suggest how to write that in code(design or code behind)..


in my application,in my parent web.config file if I place this code
XML
<httpProtocol>
    <customHeaders>
        <add name="X-UA-Compatible" value="IE=EmulateIE8" />
    </customHeaders>
</httpProtocol>

In system.webserver tag is working fine..but I should not apply here ,instead I should apply to particular folder only...when I am placing same code in new web.config of that particular folder,it is not going to apply that seetings and I am unable to see the controls in that page.
Posted
Updated 5-Sep-13 2:43am
v12
Comments
Maarten Kools 16-Aug-13 8:52am    
Keith Barrow 16-Aug-13 9:05am    
Can you ensure the headers are sent from the server? I'd suggest downloading "Fiddler2" (http://fiddler2.com/) to see what is being passed down the wire.
rajesh2707 22-Aug-13 8:19am    
User-Agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)

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