Currently, reusing web forms and user controls in multiple ASP.NET projects requires copying the associated aspx and ascx pages. You can put web controls in separate assemblies, but you lose the ...
I have a solution built using the ASP.NET Portal framework. Currently, everything is compiled into a single DLL as expected with ASP.NET applications.<BR><BR>However, I have recently started working ...