I just got back from Tech Ed and something I want to try out is registering a tagPrefix in web.config. When I do that, I start getting all kinds of compile errors and 80% of them point to the attributes in web.config, then the rest are complaining about not being able to find the controls on the page. I've google'd/searched for answers, but I can't seem to find anything.
The challenge I think I'm having is the controls I'm using are in my project, but not in the App_Code directory, therefore I'm not sure what the assembly is. I was trying to use the Namespace or the Src attributes for the <Add element.
Can anyone help please? Has anyone seen this before? Do you have any page references? Thanks.