I need to force the code to use the lasts version of Internet explorer version in application
And I am using the code in the Master page as <meta http-equiv="X-UA-Compatible" content="IE=edge;" />
It’s working fine in my local machine its fine its getting the latest version
But when I deploy on the server its not fetching the latest version
Its taking the version 7.
And when I see the dom its still having the code as <meta http-equiv="X-UA-Compatible" content="IE=edge;" />
Please advise how I can fix the Issue.