Running an ActiveX ocx from server-side
Hi all,
I have an ASPX page that is supposed to bring up a Computer Graphics Metafile (.cgm) by way of an ActiveX viewer but when the ASPX page is opened from the client-side nothing is displayed. The activeX program is setup up so that when it is initially run the viewer is automatically installed as a IE plug-in and nothing more is needed to be done. This has already been setup on the client-side and when I attempt to run the setup on the server-side windows gives me a pop-up error that says "Windows cannot access the specified device, path or file. You may not have the appropriate permissions to access the item". I don't understand this because I am setup as an administrator on the server. Could there be permissions within the actual viewer (.ocx file)? Or do I need to setup my aspx pages to accept this specific viewer? I had a previous viewer which I never setup anything for it, it would just display in IE using that previous plugin. This new viewer is an in-house development written by someone around the office but I'm thinking the problem is not with the viewer but with my aspx pages or with the IIS permissions on the server side. Could anyone please give me some insight on this. Thanks.
|