If you have a control that you expect to use quite often on separate content pages in your site, like the banner in the previous examples, you can register the control globally in the Web.config file.This way it becomes available throughout the entire site, without the need to register it on every page. The following exercise shows how to do this.