I have this requirement where I need to fetch machine name from user running the application, using ActiveXObject, I am able to get the machine name for my client machine, but as I have to host this on server, IE is giving the following error message-
Automation Server can't create object.
We cannot reduce the IE security settings in our organisation. So to allow in IE, we need signed ActiveX code, I have the certificate, but I am not sure how to apply that certificate to our ActiveXObject code. PS:The ActiveXObject code is written in come "*.js" file.