Hi All , I am finally at the stage of writing my very first ACtive X Control .but instead of using a prebuild one or VB 6.0 or Visual C++ i am trying to run a webform and an HTML page which haa my ActiveX control which originally is a Windows UserControl in another Class Library Project on my machine. My user control has implments an interface for Com compatability .In another words i am trying to run a a .NET Component to act work as a Com component. I have found an article in Msdn which helps in configuring so The problem is when i run my web app from VS.net2003 it produces the page with the control but it does n't interact and even the control is not visible it's only the layout scrollpanel which there.The control doe sn't show up in anyother browsers which i am guessing is cause of the security restrictions.I also have Vs web Developer version installed that made me think that It's cause asp.net1.1 is not registerd to run so with help of aspnet_regiis tool i reconfigured iis and installed asp.net1.1 but my activeX control still does not seem to show up , Please help ,It's very urgent ,even if u just have any ideas what is creating this issue as i can't even c controls like textfields etc which are meant to be on my activeX control .Any Ideas or suggestions would very highly appreciated !