yeap7 0 Newbie Poster

I'm new to .NET , Ill appreciate any help .
I have created a user control in a class library and embeded it in an ASP web site.
(for now the control does nothing , just dispalys a button ..)
I have given it a strong name , and addede it to the assembly folder .
I have used RegASm to register the dll and found its CLSID in the registry.
I have created a web site , location : file system and added the following :

<OBJECT ID="TESTAx" 
     CLASSID="CLSID:DB6A48B1-75FF-3CE8-8949-F2D18BC66DC8"  
      CODEBASE="TESTAx.dll#version=1,0,0,4">
      </OBJECT>

Once I try to load the web site on another computer , I receive a message requiring to confirm activeX download . I accept , and then nothing but a small blank square in the upper left side.
I did see my Activex in the client registry, and under Windows \ download Program Files

Am i missing somethig? ANY help will be highly appreciated

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.