差出人;クリス・シャウトが追加答えに関連ASP.NET Ignores IE7 Compatibility Mode Tag in Web.configIIS6はWeb.configのIE7互換モードタグを無視します。
<system.web>
<httpProtocol>
<customHeaders>
<clear />
<add name="X-UA-Compatible" value="IE=EmulateIE7" />
</customHeaders>
</httpProtocol>
</system.web>
。
私は
Parser Error Message: Unrecognized configuration section system.web/httpProtocol.
任意のヒントを得る<system.web>
に<httpProtocols>
セクションを追加しようと? は、私は、理想的にはIIS6のweb.configファイルを通じてcustomHeadersを追加できるようにする必要があり
おかげ
の代わり
<system.web>
は慎重にその議論をお読みください。 IIS 6を使用している場合、web.configは目標を達成できません。 –