A new demo has been added in the Windows Server 2003 demo portion.The detail of this demo is
Title: How to Add a Global MIME Type in IIS in Windows Server 2003
Objective: The objective of this demo is to teach you how to add a global MIME type in IIS in Windows Server 2003. Multipurpose Internet Mail Exchange (MIME) types instruct a Web browser or mail application how to handle files received from a server. For example, when a Web browser requests an item on a server, it also requests the MIME type of the object. Some MIME types, like graphics, can be displayed inside the browser. Others, such as word processing documents, require an external helper application to be displayed.When IIS delivers a mail message to a mail application, or a Web page to a client Web browser, it also sends the MIME type of the data it is sending. IIS also tells the client application the MIME type of the embedded or attached file. The client application then knows how to process or display the data being received from IIS. IIS serves only files with extensions registered in the MIME types list,
If you are a subscriber, then click the Demos link in the navigation menu to view the complete list of demos.