We have deployed one classic ASP web application to our web server (Windows 2000 advanced server with SP4) say server Y.
We have COM components on the same server which we create from DLL's build on some other machine. For eg. we build DLL's on machine X and then copy these DLL's to server Y and build COM components refering to those DLL's on server Y.
Now if we run the application URL from machine X - say URL would be "http://(server Y)/app.asp" It just worked fine with loading of all relative activex components; BUT if we run the URL from any other machine we receive error as "ActiveX component can't create object".
kindly suggest!
Thanks, Ravin