html - Is there an IIS setting to hint the browser to go into compatibility mode? -
i can modify document mode ie renders page in, passing in x-ua-compatible in response header. can achieve modifying setting in iis.
similarly there way modify browser mode compatibility view modifying setting in iis?
shown below see in f12 tool in ie.
to configure iis 7 on windows server 2008-based computer include custom http response header:
- click start, click administrative tools, , click internet information services (iis) manager.
- in connections pane, expand node server, , expand .
- click web site want add custom http response header.
- in web site pane, double-click in section.
- under actions, click add.
- in name box, type x-ua-compatible.
- in value box, type ie=emulateie9.
- click ok.
hope helps!
Comments
Post a Comment