IIS
Ensure the following:
- The X-content type option
header is removed from the
IRC,TMAdapter,Core,BRPublisher,BizrightsCoreSettings,BRLicense,PDSService and
the CM Website. To remove the x-content type option:
- Open the IIS Manager.
- Remove the
x-content-type-options HTTP response header from the IRC and the CM website, if
present.
To remove the x-content-type-options HTTP response header:
- On the appropriate web folder, double click the HTTP Response Headers option in the Feature View section.
- Select the x-content-type-options' and click the Remove link in the Action pane. A confirmation message is displayed.
- Click to remove the header.
- The web-content is on a
non-system partition:
- Browse to the web content at the install path of IIS website on which the IRC and the CM application is hosted\wwwroot.
- Copy or cut the content to a dedicated and restricted web folder on the non-system drive such as D:\webroot\.
- Change mappings for the applications or the virtual directories to reflect the new location.
For example, to change the mapping for the application named app1 that resides under the IIS website on which the IRC and the CM application is hosted:
- Open IIS Manager.
- Expand the server node.
- Expand Sites.
- Expand the IIS website on which the IRC and the CM application is hosted.
- Click on app1.
- In the Actions pane, select Basic Settings.
- In the Physical path text box, specify the new location of the application. For this example the new location is D:\wwwroot\app1.
- Default IIS web location is moved
Use the Logging functionality in the IIS Management UI or the AppCmd.exe . To change to D:\LogFiles using AppCmd.exe, use :
%systemroot%\system32\inetsrv\appcmd set config -section:sites -siteDefaults.logfile.directory:"D:\LogFiles