Set IE compatible in Classic ASP in IIS

Waghmare
 
on Jul 08, 2021 04:31 AM
3365 Views

Hi Team,

I have classic asp site is hosted on iis7. Every time i want to change the browser compatibility setting. Is there any way to set the compatibility setting in IIS only?

However the code changes are not feasible for me. Because application is developed in year 2000.

So please provide me any solution available for IIS.

Download FREE API for Word, Excel and PDF in ASP.Net: Download
dharmendr
 
on Jul 08, 2021 04:40 AM

Hi Waghmare,

It's a client setting. So you need to add X-UA-Compatible meta tag.

<% Response.AddHeader "X-UA-Compatible","IE=Edge,chrome=1" %>

Refer below link.

https://stackoverflow.com/questions/19141656/add-ie-edge-meta-tag-after-title-tag-from-asp-include