Suppose you have 2 different ASP.NET applications in IIS. Also, you have some ASCX controls that you want to share across these 2 applications.
What\'s the best way
You would need to create composite controls instead of .ASCX controls if you wanted to be able to use them in separate projects.