One of the problems managing an intranet is to maintain a constant look and feel across the organizational intranet sites. You may have many people creating content for the intranet using various tools. Sure you implement policies and tell people they need to follow these policies in order to write content for the intranet, but can you really enforce something in technology unless you implement a technology to ensure people adhere to it?If you're familiar with traditional ASP code, you should know about include files. Include files can help you reduce the amount you need to code for a page by adding common functions and methods within a single page and then including that page into another ASP page. Although this is flexible, you have to insert the include page directive into each and every page that you want the code or HTML to be included in. As in the following way: |