Techniques For Distributing ASP.NET User Controls Across Projects

Distributing ASP.NET user controls across different projects can be really useful when you want to create a library of controls that can be used by different projects. Unfortunately, to my knowledge, ASP.NET (2.0 at least) doesn’t support this very cleanly. The only technique I know of is to add the control to another project, then … Read more