FDM For Ie11

You might also like

Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 1

Configuration changes to IIS to support IE11 for FDM

Using legacy FDM with IE11 requires configuration changes to the HyperionFDMAppPool in IIS. A
custom HTTP Response header X-UA-Compatible is required so that FDM can open correctly in IE11.
If updating FDM 11.1.2.3, then add a new HTTP Response header. If updating FDM 11.1.2.3.500, then
update the existing HTTP response header that was created as part of apply 11.1.2.3.500 patch.
Detailed steps to add / edit custom HTTP Response Header
When using IIS 7:
1. Open IIS
2. Expand the server name in left pane -> Expand Sites -> Expand Default Website -> Select
HyperionFDM
3. In the right pane, under IIS, double click on HTTP Response Headers
4. In the ride hand side, click Add under Actions
5. Add a new HTTP Response header name X-UA-Compatible and value IE=5
6. Save changes
7. Recycle HyperionFDMAppPool
8. Close IIS
When using IIS 6:
1. Open IIS
2. Expand the server name in left pane -> Expand Web Sites -> Expand Default Web Site -> Select
HyperionFDM
3. Right click on HyperionFDM website and click on properties
4. Select tab HTTP Headers
5. Under custom HTTP headers, click Add button
6. Add a new HTTP Response header name X-UA-Compatible and value IE=5
7. Save changes
8. Recycle HyperionFDMAppPool
9. Close IIS

You might also like