A new demo has been added in the Windows Server 2003 demo portion.The detail of this demo is
Title: How to Add Footers to Web Pages in IIS in Windows Server 2003
Objective: The objective of this demo is to teach you how to add footers to web pages on your web site in IIS in Windows Server 2003. You can configure the Web server to automatically insert an HTML-formatted file to the bottom of every Web page sent out by your Web server (appending footers or scripts to ASP pages is not supported). For example, your file can contain HTML formatting instructions to add a simple text message and logo image to your Web pages. Once enabled, IIS automatically appends the footer file to the designated Web page or file each time the Web page or file is accessed. Document footers can reduce Web server performance, especially if a Web page is frequently accessed. A footer file should not be a complete HTML document. It should contain only those HTML tags necessary for formatting the appearance of footer content. For example, a footer file that adds your organization's name to the bottom of every page should consist of text and the HTML tags necessary for formatting the font and color. The procedure in this demo will add footers to every web page of the configured web site.
If you are a subscriber, then click the Demos link in the navigation menu to view the complete list of demos.