I have extended a server control (not a user control) and put the code in my app_code folder. I would like to add a tag prefix to the web config, but
<add tagPrefix="cc1" namespace="mynamespace" />
and
<add tagPrefix="cc1" namespace="mynamespace" assembly="currentwebsitename" />
don't work. I get this error: Error 147 Unknown server tag 'cc1:Control'