PDA

Click to See Complete Forum and Search --> : ActiveX in Server Problem...


shaykan
Mar 6th, 2001, 01:22 AM
I have some ActiveX (ocx file) that I did and I want to use it on HTML or ASP page.
I am working with the InterDev and I add my ActiveX to the ActiveX Toolbar and I used it on the HTML page and it’s work very nice.
The problem begin when I put it on the server I am getting an error that there is a problem to use this ActiveX.
Are there some things that I need to do to connect between the ActiveX and the server before I am uploading it to the server?

Thanx

André
Mar 13th, 2001, 02:21 AM
You will need to copy the ocx to the server and register it on the server as well

Good luck