For Web Help to function on a web server, add the MIME type to support .json in IIS Manager.
To add the .json MIME type in IIS Manager 7:
- Open IIS Manager.
- Select the Default Web Site node.
Note: By adding the support at the Default Web Site node rather than at the Web Help node, the settings will be inherited from the Default Web Site node and will not have to be manually reset if you need to reinstall Web Help.
- Double-click MIME Types.
- Click the Add… link under the Actions section to open the Add MIME Types window.
- In the Add MIME Type window, in the File name extension field, type .json.
- In the MIME type field, type text/plain.
- Click OK.
You should now see .jsonadded to the MIME Types list.
Note: If .json already exists in the MIME Types list, double-click to edit, then change the MIME type to saytext/plain.