I have a website which has several WebUserControls(.ascx). I want to incorporate it in DNN. Whatever i found about creating modules in DNN is that we must have 3 files
1- UI (i.e. .ascx file)
2- Compiled assembly (.dll)
3- .dnn file
But as I have already developed WebUserControls and incorporated them in my .aspx files, I only have (.ascx,.ascx.cs) files but dont have (.dll) files, becuz the (.dll) is the compiled assembly of the WebSite in which controls are embedded.
Or if i make WebCustom controls then i will have the assembly(.dll) but no (.ascx) file.
So i want to know how to make modules using these files(.ascx, .ascx.cs)