There could be different reasons, depending on how your application is put together. Are you hosting the ActiveX controls in a web page? If so, are the ActiveX controls hosted directly in the web page via the <object> tag, or did you create a user control that contains the ActiveX controls and then is the user control hosted in the web page? If the ActiveX controls are not hosted in the web page, what are the details of how the application is deployed from the server?
- Elton