I want to set X-UA-Compatible: IE=Edge
for my webpage hosted in IIS. Where can i set this?
I know that it can be set using two ways
IIS http header
Here my questions
I would recommend setting it in both the html meta tag as well as the response header. The response header will precede the meta tag but for local purposes, the meta tag will act as a fallback mechanism. Setting both will not affect the performance.