Is it possible to register controls, aside from:
<%@ Register Tagprefix="CustomSearch" Namespace="SomeAssembly.WebControls"
Assembly="SomeAssembly.WebControls, Version=11.0.0.0, Culture=neutral,
PublicKeyToken=71e9bce111e9429c" %>
within the web.config file, like you can with a normal ASP.Net web site? I tried this, but SharePoint keeps complaining that it cannot find the control?