If you’re using a lot of UserControls or a control package, you’re probably finding yourself adding tons of <%@ Register… %> tags to your .aspx pages.
Phil Haack has an excellent post about how to avoid all this mess and put your assembly references into the Web.Config file. Go check it out!