0
kicks
Register dll and assembly in asp.net
To register custom control dlls and user control ascx,
we need to write in page directive of aspx html source
But using this we need to register our ascx control or dll in every page we want to use , if we need to use control or dll in more than one page or in several pages than we can register controls and dlls in web.config file