How do I configure a web server to open ChemDraw files using the ActiveX control?
Solution:
In order for the ChemDraw ActiveX to open *.chm and *.cdx files, the server on which your html page resides must be modified to recognize these file types.
Below is the necessary configuration information:
| File Extension | MIME Content Type |
|---|---|
| *.chm | chemical/x-chemdraw |
| *.cdx | chemical/x-cdx |
Comments
0 comments
Article is closed for comments.