I have problem in IE 10 when i open the site in IE it automatically select the Document Mode to IE7 and my site not looking perfectly.
I have do some research and found the to add X-UA-Compatible
meta tag in header
i have try with following meta tags but not working for me.
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="X-UA-Compatible" content="IE=100" />
<meta http-equiv="X-UA-Compatible" content="IE=10" />
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<meta http-equiv="X-UA-Compatible" content="IE=10,IE=9,IE=8" />