Knowledge Base

DOCERR: Incorrect Example for Server Side Includes

Article ID: 147228

Article Last Modified on 6/23/2005


APPLIES TO


This article was previously published under Q147228
We strongly recommend that all users upgrade to Microsoft Internet Information Services (IIS) version 6.0 running on Microsoft Windows Server 2003. IIS 6.0 significantly increases Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site:

SYMPTOMS

Then online help for the Microsoft Internet Information server indicates the syntax for server side Includes to be:
   <!--#INCLUDE FILE="value"-->
				

the proper syntax should be:
   <!--#include file="value"-->
				

Notice that the "include" and "file" keywords should be lower case.

STATUS

Microsoft has confirmed this to be a problem in Internet Information Service version 1.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

Additional query words: prodiis

Keywords: KB147228