Can TagPrefix be registerd in web.config?

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

When putting a custom-made control on the aspx page, it needs a <%@
Register TagPrefix="mymy" Namespace="myNS" Assembly="myAssembly" %>
directive. Is there a way to register the tag once somewhere in the app
(the config file?) so no need to write this in each and every aspx file?
 
Back
Top