Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
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 .html file


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

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
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900