Accessing ActiveX control through web server

Posted by user847455 on Server Fault See other posts from Server Fault or by user847455
Published on 2011-11-25T09:09:23Z Indexed on 2011/11/25 9:52 UTC
Read the original article Hit count: 208

Filed under:
|

I have developed the ActiveX control & register with Common CLSID number . using the CLSID number accessing the active X control on the internet explorer (as web page).using following object tag used in .html file

OBJECT id="GlobasysActiveX" width="1000" height="480" runat="server" classid="CLSID:E86A9038-368D-4e8f-B389-FDEF38935B2F"

i want to access this web page through web server .I have place this web page into the vitual directory & access using localhost\my.html it's working. but when i have accessed from LAN computer it will not access the activeX control from my computer . how to embed or download the activeX control form my computer into the LAN computer through web server

thanks in advance

© Server Fault or respective owner

Related posts about webserver

Related posts about html