I am trying to use the windows control Library .dll in aspx page. I am following this link http://aspnet.4guysfromrolla.com/articles/052604-1.aspx
My application namespace is winapp and the class name is default one UserControl1.
<object id="myControl" name="myControl" classid="http:winapp.dll#winapp.UserControl1" width="100" height="100" >
<param name="Title" value="my title" />
</object>
I placed my dll and .pdb files at wwwroot folder. But I still get a blank object.
Thanks for your quick reply.