| Numéro d’ID de bogue |
BUG-000095013 |
| Envoi | March 16, 2016 |
| Dernière modification | June 5, 2024 |
| S’applique à | Portal for ArcGIS |
| Version trouvée | 10.4 |
| Système d’exploitation | Windows OS |
| Version du système d’exploitation | 2008 R2 64 Bit |
| Version de correction | 10.5 |
| Statut | Fixed
Le bogue a été corrigé. Pour plus d’informations, reportez-vous aux sections Version de correction et Informations supplémentaires, le cas échéant.
|
Solution de contournement
Remove the portal site from the Compatibility View list, and uncheck both the 'Display intranet sites in Compatibility View' and 'Use Microsoft compatibility lists' options in the settings.
Or
Update the web adaptor's web.config file. At the bottom of the web.config file, there is a section that starts with <system.webServer>. Add the following after the open tag for <system.webServer> as follows:
<system.webServer>
<httpProtocol>
<customHeaders>
<clear />
<add name="X-UA-Compatible" value="IE=10" />
</customHeaders>
</httpProtocol>
</system.webServer>
Essentially, any workflow that injects the IE version that the web adaptor should be compatible into the header to address this issue.
Étapes pour reproduire
ID de bogue: BUG-000095013
Logiciel: