Hi, My client website is not working in IE10 or IE11. When i tried using :
<Meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8">
Under HTTP Response Headers of the website on the IIS Manager, it started working fine. I need to understand the basics behind this. Please let me know how the call flows and also will it affect any changes if i make them in production. I also found that some of the third party controls which my client is using in the website were not working in latest IE version but using the above tab they were working fine.
Please guide. Thanks.