Compatibility button in IE browser

pmcartney3

New Member
I have an vb,asp.net code running in my developement pc. I am using IE9 and VS2008 for development. When I run the code in my development PC, the page opens and am able to see the compatibility button in the address bar. If I deploy the code in my server, and if I try to access the same page from my pc (IE), am not able to see the compatibility button. Can anyone tell me why this weird problem occurs and how to solve this ?And I have added \[code\]<add name="X-UA-Compatible" value="http://stackoverflow.com/questions/15871773/IE=EmulateIE7"/>\[/code\] in web.config file
 
Top